can_use_premium_code(); $notifications = get_posts([ 'post_type' => 'kng_fomo_notif', 'posts_per_page' => 5, 'orderby' => 'date', 'order' => 'DESC' ]); $total_notifications = wp_count_posts('kng_fomo_notif')->publish; $stats = King_Addons\Fomo_Notifications::instance()->get_total_stats(); ?>

ID, '_kng_fomo_type', true); $status = get_post_meta($notification->ID, '_kng_fomo_status', true) ?: 'disabled'; $views = get_post_meta($notification->ID, '_kng_fomo_views', true) ?: 0; $clicks = get_post_meta($notification->ID, '_kng_fomo_clicks', true) ?: 0; ?>
post_title); ?>