theme_name = $theme->Name; $this->theme_version = $theme->Version; /* Enqueue Styles & Scripts for Welcome Page */ add_action('enqueue_scripts', array($this, 'Aspace_Mockup1_styles_and_scripts')); /* Hide Notice */ add_filter('Aspace_Mockup1_output2', array($this, 'Aspace_Mockup1_notice_content'), 10); /* Create a Welcome Page */ add_action('Aspace_Mockup1_output', array($this, 'Aspace_Mockup1_notice')); add_action('aspace_theme__after', array($this, 'Aspace_Mockup1_theme_name')); add_action('aspace_theme__after2', array($this, 'Aspace_Mockup1_theme_version')); } public function Aspace_Mockup1_theme_name() { $theme = wp_get_theme(); return $theme->name; } public function Aspace_Mockup1_theme_version() { $theme = wp_get_theme(); return $theme->version; } /** Trigger Welcome Message Notification */ public function Aspace_Mockup1_notice() { add_action('Aspace_Mockup1_notices', array($this, 'Aspace_Mockup1_notice_content')); } /** Welcome Message Notification */ public function Aspace_Mockup1_notice_content() { ?>
To build your site your way
Looking to get online.