%1$s

%2$s

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

', esc_html__('Get Most out of the theme','author-personal-blog'), esc_html__('Congratulations! You have successfully activated Author Personal Blog theme. Go to Appearance->Customize->Global Settings. you will find all options in one panel.','author-personal-blog'), esc_html__('Getting Started with Demos...', 'author-personal-blog'), 'themes.php?page=author-personal-blog-getting-started', $pro_msg, esc_url(admin_url()."customize.php"), esc_html__('Go to Customizer', 'author-personal-blog'), esc_html__('Dismiss Notice', 'author-personal-blog')); echo wp_kses_post($msg); } if ( isset( $_GET['author_personal_blog_notice_dismissed'] ) ){ //set notice value false update_option('author_personal_blog_help_notice', 'notice_author_personal_blog_dismissed'); } $author_personal_blog_help_notice = get_option('author_personal_blog_help_notice', ''); if (($author_personal_blog_help_notice != 'notice_author_personal_blog_dismissed' || $author_personal_blog_help_notice === '') ){ add_action('admin_notices', 'author_personal_blog_general_admin_notice'); }