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(); ?>