base == 'appearance_page_about-agama' ) { wp_enqueue_style( 'agama-about', AGAMA_CSS . 'backend-about.css', array(), Agama_Core::version() ); } } /** * Register 'About Agama' Page * * @since Agama v1.0.1 */ public function register_page() { add_theme_page( __( 'About Agama', 'agama' ), __( 'About Agama', 'agama' ), 'edit_theme_options', 'about-agama', array( $this, 'render_page' ) ); } /** * Render 'About Agama' Page * * @since Agama v1.0.1 */ public function render_page() { $FuryScreenURI = AGAMA_IMG . 'promo/themevision-logo.jpg'; echo '
* Minor customizer changes related to pro features.
'; echo '* Removed agama favicon feature (same feature already is build in WordPress itself).
'; echo '* Removed function for backwards compatibility for title tag.
'; echo '