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