false ); $cpt_types=get_post_types($args,'names'); array_push($cpt_types, 'page'); return $cpt_types; } // Render the Plugin options form function async_share_render_form() { include "admin-view.php"; // Plugin admin options page } function async_share_validate_options($input) { // strip html from textboxes return $input; }