/** * Ajax handler for saving a post from Press This. * * @since 4.2.0 */ function wp_ajax_press_this_save_post() { include ABSPATH . 'wp-admin/includes/class-wp-press-this.php'; $wp_press_this = new WP_Press_This(); $wp_press_this->save_post(); }