tags = get_tags($options); parent::__construct( $manager, $id, $args ); } /** * Render the content on the theme customizer page */ public function render_content() { if(empty($this->tags)) { return false; } ?>