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 );
	}

Changelog

Changelog
Version Description
4.0.0 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.