$content_type, 'posts_per_page' => absint( 1 ), 'ignore_sticky_posts' => true, ); if ( ! empty( array_filter( $content_id ) ) ) { $args['post__in'] = array_filter( $content_id ); $args['orderby'] = 'post__in'; } else { $args['orderby'] = 'date'; } $args = apply_filters( 'ascendoor_coach_about_section_content', $args ); ascendoor_coach_render_about_section( $args ); /** * Render About Section */ function ascendoor_coach_render_about_section( $args ) { $query = new WP_Query( $args ); if ( $query->have_posts() ) : $section_subtitle = get_theme_mod( 'ascendoor_coach_about_subtitle', __( 'About Us', 'ascendoor-coach' ) ); $button_label = get_theme_mod( 'ascendoor_coach_about_button_label', __( 'Explore More', 'ascendoor-coach' ) ); while ( $query->have_posts() ) : $query->the_post(); ?>