';
meta_box_prefs($currentScreen);
// 0 = hide, 1 = toggled to show or single site creator, 2 = multisite site owner
if ( isset( $_GET['welcome'] ) ) {
$welcome_checked = empty( $_GET['welcome'] ) ? 0 : 1;
update_user_meta( get_current_user_id(), 'show_advert_welcome_panel', $welcome_checked );
}
else {
$welcome_checked = get_user_meta( get_current_user_id(), 'show_advert_welcome_panel', true );
}
echo '\n";
echo '
';
}
function advert_dashboard_meta_box1(){
$rss1 = fetch_feed( 'https://norths.co/advert/feed/' );
$maxitems = 0;
if ( ! is_wp_error( $rss1 ) ) { // Checks that the object is created correctly
// Figure out how many total items there are, but limit it to 5.
$maxitems = $rss1->get_item_quantity( 5 );
// Build an array of all the items, starting with element 0 (first element).
$rss1_items = $rss1->get_items( 0, $maxitems );
}
?>
%s. AdVert will use the timezone to track, update and manage your advertisements. If needed, you can update your timezone here', 'ADVERT_TEXTDOMAIN' ), $timezone, esc_url(admin_url( 'options-general.php#timezone_string' )) );
?>