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