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