%1$s

%2$s

%3$s %5$s %6$s

', esc_html__('Thank you for installing the Author Personal Blog WordPress Theme.','author-personal-blog'), esc_html__('Ready to create a stunning author website? Click the Install Starter Author Website Templates button, and you\'ll be redirected to our demo page to get started.','author-personal-blog'), esc_html__('Install Starter Author Website Templates', 'author-personal-blog'), esc_url(admin_url()."themes.php?page=author-personal-blog-getting-started"), esc_html__('Video Documentation', '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'); }