$this->id, 'show_option_all' => esc_html__( 'All', 'bizfit' ), 'echo' => 0, 'order' => 'DESC', 'selected' => $this->value() ) ); $dropdown_final = str_replace( 'get_link(), $dropdown_categories ); printf( '', $this->label, $this->description, $dropdown_final ); } } } BizFit_Customizer::add_custom_control( array( 'type' => 'bizfit-category-dropdown', 'class' => 'BizFit_Category_Dropdown', 'sanitize' => 'absint', 'register_control_type' => false ));