'post', 'post__in' => array_filter( $flash_news_content_ids ), 'orderby' => 'post__in', 'posts_per_page' => absint( 5 ), 'ignore_sticky_posts' => true, ); } elseif ( $flash_news_content_type === 'recent' ) { $flash_news_args = array( 'post_type' => 'post', 'posts_per_page' => absint( 5 ), 'ignore_sticky_posts' => true, ); } $flash_news_args = apply_filters( 'bright_news_flash_news_section_args', $flash_news_args ); bright_news_render_flash_news_section( $flash_news_args ); /** * Render Flash News Section. */ function bright_news_render_flash_news_section( $flash_news_args ) { $query = new WP_Query( $flash_news_args ); if ( $query->have_posts() ) { $full_width = has_nav_menu( 'social' ) ? '' : 'flash-news-full-width'; ?>