id !== 'appearance_page_business-article-ship-theme-info' &&
$business_article_ship_screen->id !== 'appearance_page_business-article-ship-demo'
) {
$business_article_ship_transient_name = sprintf('%s_activation_notice', get_template());
if ( ! get_transient($business_article_ship_transient_name) ) {
?>
business_article_ship_render_notice_content(); ?>
', ''], '', $script ) );
}
/**
** Register scripts and styles for welcome notice.
*/
public function business_article_ship_admin_enqueue_scripts( $page ) {
// Enqueue Styles.
wp_enqueue_style( 'business-article-ship-welcome-notic-css', get_template_directory_uri() . '/inc/activation-notice/css/notice-bar.css' );
}
}
new Business_Article_Ship_Welcome_Notice();