taxonomy = esc_attr( $taxonomy ); parent::__construct( $manager, $id, $args ); } /** * Displays the control content. * * @since 1.0.0 * @access public * @return void */ public function render_content() { $tax_args = array( 'hierarchical' => 0, 'taxonomy' => $this->taxonomy, ); $choices = get_categories( $tax_args ); if ( empty( $choices ) ) return; ?> label ) ) : ?> label ); ?> description ) ) : ?> description ); ?> value() ) ? explode( ',', $this->value() ) : $this->value(); ?> link(); ?> value="" />