AnsPress_Admin_Ajax::ap_migrator_4x()

Description #

Source #

File: admin/ajax.php

	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();
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment