mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- added ability for 3rd-party same page upgrade fields;
This commit is contained in:
@@ -234,6 +234,8 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
|
||||
$to = absint( $_POST['page'] ) * $per_page;
|
||||
|
||||
wp_send_json_success( array( 'message' => sprintf( __( 'Metadata from %1$s to %2$s was upgraded successfully...', 'ultimate-member' ), $from, $to ) ) );
|
||||
} else {
|
||||
do_action( 'um_same_page_update_ajax_action', $cb_func );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user