Astra_Admin_Settings::get_view_actions()
View actions
Description
Source
File: inc/core/class-astra-admin-settings.php
* @return string Theme Options Page Slug. */ public static function get_theme_page_slug() { return apply_filters( 'astra_theme_page_slug', self::$plugin_slug ); } /** * Ask Theme Rating * * @since 1.4.0 */ public static function register_notices() { // Return if white labeled. if ( astra_is_white_labelled() ) { return;
Expand full source code Collapse full source code View on Trac