function bb_pro_display_stories_fb_style() { if (!is_user_logged_in()) return 'You must be logged in to view stories.'; $current_user_id = get_current_user_id(); // Query stories not expired $args = array( 'post_type' => 'bb_story', 'post_status' => 'publish', 'meta_query' => array( array( 'key' => '_bb_story_expiration', 'value' => time(), 'compare' => '>', 'type' => 'NUMERIC', ), ), 'orderby' => 'date', 'order' => 'DESC', 'posts_per_page' => 20, ); $stories = new WP_Query($args); if (!$stories->have_posts()) return 'No stories available.'; // Get viewed stories from user meta for read/unread ring $viewed_stories = get_user_meta($current_user_id, 'bb_viewed_stories', true); if (!is_array($viewed_stories)) $viewed_stories = []; // Wrapper container for stories + right scroll arrow $html = '
Please confirm you want to block this member.
You will no longer be able to:
Please note: This action will also remove this member from your connections and send a report to the site admin. Please allow a few minutes for this process to complete.