Returns the settings subtab title for the submodule.
Description
See also
Return
(string) Submodule settings title.
Source
File: src/modules/settings-submodule-trait.php
public function get_settings_title() { return $this->title; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |