mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 05:33:36 +09:00
9 lines
244 B
PHP
9 lines
244 B
PHP
<?php
|
|
function um_upgrade_fields2043() {
|
|
UM()->admin()->check_ajax_nonce();
|
|
|
|
um_maybe_unset_time_limit();
|
|
|
|
include 'metafields.php';
|
|
wp_send_json_success( array( 'message' => __( 'Field was upgraded successfully', 'ultimate-member' ) ) );
|
|
} |