Blograzzi

Blograzzi

Version, $theme_data->Author ); ?>

get_item_quantity( 3 ); $news_items = $blograzzi_news->get_items( 0, $maxitems ); } ?>
    ' . __( 'No news items.', 'blograzzi' ) . ''; else : foreach( $news_items as $news_item ) : ?>
  1. get_title() ); ?> get_date( 'j F Y' ); ?>

    get_description() ), 40, ' [...]' ) ) ); ?>
ID; $screen = get_current_screen(); if ( $screen->id != $blograzzi_settings['hook_suffix'] ) return; /* Check that the user hasn't already clicked to ignore the message */ if ( ! get_user_meta( $user_id, 'blograzzi_ignore_notice-shortcodes' ) ) : ?>

Dismiss IMPORTANT: Message blocks and pullquote shortcodes have been removed from the Blograzzi theme as required by the WordPress Theme Review Team. To continue using them, download and install the Blograzzi Shortcodes plugin. Learn more »

ID; /* If user clicks to ignore the notice, add that to their user meta */ if ( isset( $_GET['blograzzi-dismiss-notice'] ) ) { add_user_meta( $user_id, 'blograzzi_ignore_notice-' . trim( $_GET['blograzzi-dismiss-notice'] ), 'true', true ); } } add_action( 'admin_init', 'blograzzi_dismiss_notice' );