Astra_Menu::get_theme_page_slug()
Theme options page Slug getter including White Label string.
Description
Return
(string) Theme Options Page Slug.
Source
File: admin/includes/class-astra-menu.php
public static function get_theme_page_slug() { return apply_filters( 'astra_theme_page_slug', self::$plugin_slug ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |