%1$s

%2$s

%3$s %7$s %5$s %8$s

', esc_html__('Get Most out of the theme','author-portfolio'), esc_html__('Congratulations! You have successfully activated Author Portfolio theme. Go to Appearance->Customize->Global Settings. you will find all options in one panel.','author-portfolio'), esc_html__('Getting Started with Demos...', 'author-portfolio'), esc_url('https://rswpthemes.com/author-portfolio-pro-wordpress-theme/'), $pro_msg, esc_url(admin_url()."customize.php"), esc_html__('Go to Customizer', 'author-portfolio'), esc_html__('Dismiss Notice', 'author-portfolio')); echo wp_kses_post($msg); } if ( isset( $_GET['author_portfolio_notice_dismissed'] ) ){ //set notice value false update_option('author_portfolio_help_notice', 'notice_author_portfolio_dismissed'); } $author_portfolio_help_notice = get_option('author_portfolio_help_notice', ''); if (($author_portfolio_help_notice != 'notice_author_portfolio_dismissed' || $author_portfolio_help_notice === '') ){ add_action('admin_notices', 'author_portfolio_general_admin_notice'); }