PATH:
home
/
lab2454c
/
argowells.com
/
wp-content
/
plugins
/
ultimate-member
/
includes
/
admin
/
core
/
packages
/
1.3.39
<?php ?> <script type="text/javascript"> jQuery( document ).ready( function() { um_add_upgrade_log( 'Upgrade Usermeta...' ); jQuery.ajax({ url: wp.ajax.settings.url, type: 'POST', dataType: 'json', data: { action: 'um_usermetaquery1339', nonce: um_admin_scripts.nonce }, success: function( response ) { if ( typeof response.data != 'undefined' ) { um_add_upgrade_log( response.data.message ); //switch to the next package um_run_upgrade(); } else { um_add_upgrade_log( 'Wrong AJAX response...' ); um_add_upgrade_log( 'Your upgrade was crashed, please contact with support' ); } }, error: function() { um_add_upgrade_log( 'Something went wrong with AJAX request...' ); um_add_upgrade_log( 'Your upgrade was crashed, please contact with support' ); } }); }); </script>
[+]
..
[-] init.php
[edit]
[-] hooks.php
[edit]
[-] functions.php
[edit]
[-] usermeta_query.php
[edit]