Linux webm002.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
ultimate-member
/
includes
/
admin
/
core
/
packages
/
2.4.0
/
/home/ariannadhf/www/wp-content/plugins/ultimate-member/includes/admin/core/packages/2.4.0/init.php
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?> <script type="text/javascript"> jQuery( document ).ready( function() { um_add_upgrade_log( '<?php echo esc_js( __( 'Added custom callback functions for the UM Forms custom fields to the whitelist setting...', 'ultimate-member' ) ) ?>' ); jQuery.ajax({ url: wp.ajax.settings.url, type: 'POST', dataType: 'json', data: { action: 'um_choice_callbacks240', nonce: um_admin_scripts.nonce }, success: function( response ) { if ( typeof response.data.message != 'undefined' ) { um_add_upgrade_log( response.data.message ); //switch to the next package um_run_upgrade(); } else { um_wrong_ajax(); } }, error: function() { um_something_wrong(); } }); }); </script>