true)); $this->postTypes = get_post_types($postargs, 'object'); parent::__construct( $manager, $id, $args ); } /** * Render the content on the theme customizer page */ public function render_content() { if(empty($this->postTypes)) { return false; } ?>