Module::get_settings_identifier()

Returns the settings identifier for the module.

Description

This identifier must be used to access module options.

See also

Return

(string) Module settings identifier.

Source

File: src/modules/module.php

	protected final function get_settings_identifier() {
		return 'module_' . $this->slug;
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.