get( 'Name' ) ), 'activate_plugins', 'aazeen-welcome', array( $this, 'aazeen_welcome_screen' ) );
}
/**
* Load welcome screen css and javascript
*/
public function aazeen_welcome_style_and_scripts( $hook_suffix ) {
if ( 'appearance_page_aazeen-welcome' == $hook_suffix ) {
wp_enqueue_style( 'aazeen-welcome-screen-css', get_template_directory_uri() . '/inc/welcome/css/welcome.css' );
wp_enqueue_script( 'aazeen-welcome-screen-js', get_template_directory_uri() . '/inc/welcome/js/welcome.js', array( 'jquery' ) );
}
}
/**
* Welcome screen content
*/
public function aazeen_welcome_screen() {
?>