$content_type, 'post__in' => array_filter( $content_id ), 'orderby' => 'post__in', 'posts_per_page' => absint( 4 ), 'ignore_sticky_post' => true, ); $args = apply_filters( 'ascendoor_coach_testimonial_section_args', $args ); ascendoor_coach_render_testimonial_section( $args, $designation ); /** * Render Testimonial Section */ function ascendoor_coach_render_testimonial_section( $args, $designation ) { $section_title = get_theme_mod( 'ascendoor_coach_testimonial_section_title', __( 'Clients Testimonials', 'ascendoor-coach' ) ); $section_text = get_theme_mod( 'ascendoor_coach_testimonial_section_text' ); ?>