$content_type, 'post__in' => array_filter( $content_id ), 'orderby' => 'post__in', 'posts_per_page' => absint( 1 ), 'ignore_sticky_posts' => true, ); $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(); ?>