Returns the settings identifier for the module.
Description
Return
(string) Module settings identifier.
Source
File: src/modules/module.php
protected final function get_settings_identifier() { return 'module_' . $this->slug; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |