save_post(); } /** * Ajax handler for creating new category from Press This. * * @since 1.0.0 */ function wp_ajax_press_this_plugin_add_category() { include( plugin_dir_path( __FILE__ ) . 'class-wp-press-this-plugin.php' ); $wp_press_this = new WP_Press_This_Plugin(); $wp_press_this->add_category(); } function press_this_tool_box() { if ( current_user_can('edit_posts') ) { ?>