post_type = esc_attr( $post_type ); parent::__construct( $manager, $id, $args ); } /** * Render content. * * @since 1.0.0 */ public function render_content() { $testimonials = get_posts( array( 'post_type' => $this->post_type ) ); ?> taxonomy = esc_attr( $taxonomy ); parent::__construct( $manager, $id, $args ); } /** * Render content. * * @since 1.0.0 */ public function render_content() { $tax_args = array( 'hierarchical' => 0, 'taxonomy' => $this->taxonomy, ); $taxonomies = get_categories( $tax_args ); ?> taxonomy = esc_attr( $taxonomy ); parent::__construct( $manager, $id, $args ); } /** * Render content. * * @since 1.0.0 */ public function render_content() { $tax_args = array( 'hierarchical' => 0, 'taxonomy' => $this->taxonomy, ); $taxonomies = get_categories( $tax_args ); ?> '. esc_html__( 'Hold down the Ctrl (windows) / Command (Mac) button to select multiple options.', 'business-park' ) . '

'; } } //Custom control for horizontal line class Business_Park_Customize_Horizontal_Line extends WP_Customize_Control { public $type = 'hr'; public function render_content() { ?>