Astra_Admin_Settings::get_theme_page_slug()

Theme options page Slug getter including White Label string.


Description


Return

(string) Theme Options Page Slug.


Source

File: inc/core/class-astra-admin-settings.php

		public static function get_theme_page_slug() {
			return apply_filters( 'astra_theme_page_slug', self::$plugin_slug );
		}

Changelog

Changelog
Version Description
2.1.0 Introduced.

User Contributed Notes

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