AnsPress_Admin_Ajax::ap_migrator_4x()
Description #
Source #
File: admin/ajax.php
272 273 274 275 276 277 278 279 280 281 | public static function ap_migrator_4x() { check_ajax_referer( 'ap_migration' , '__nonce' ); if ( is_super_admin() ) { require_once ( ANSPRESS_DIR . 'admin/update.php' ); new AP_Update_Helper(); } wp_die(); } |
Expand full source code Collapse full source code View on GitHub: admin/ajax.php:272
Add your comment