cats = get_categories($options); parent::__construct( $manager, $id, $args ); } /** * Render the content of the category dropdown * * @return HTML */ public function render_content(){ if(!empty($this->cats)) { ?> label ); ?> link(); ?>> cats as $cat ) { printf('%s', esc_attr( $cat->term_id ), selected($this->value(), esc_attr( $cat->term_id ), false), esc_html( $cat->name ) ); } ?>