can_use_premium_code(); $stats = King_Addons\Fomo_Notifications::instance()->get_total_stats(); // Get top performing notifications $top_notifications = get_posts([ 'post_type' => 'kng_fomo_notif', 'posts_per_page' => 10, 'meta_key' => '_kng_fomo_clicks', 'orderby' => 'meta_value_num', 'order' => 'DESC' ]); ?>
|
post_title); ?>
|