[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.221.97.20: ~ $
/*
 * WP Reset
 * Backend GUI pointers
 * (c) Web factory Ltd, 2017 - 2023
 */

jQuery(document).ready(function($){
  if (typeof wp_reset_pointers  == 'undefined') {
    return;
  }

  $.each(wp_reset_pointers, function(index, pointer) {
    if (index.charAt(0) == '_') {
      return true;
    }
    $(pointer.target).pointer({
        content: '<h3>WP Reset</h3><p>' + pointer.content + '</p>',
        pointerWidth: 380,
        position: {
            edge: pointer.edge,
            align: pointer.align
        },
        close: function() {
                $.get(ajaxurl, {
                    notice_name: index,
                    _ajax_nonce: wp_reset_pointers._nonce_dismiss_pointer,
                    action: 'wp_reset_dismiss_notice'
                });
        }
      }).pointer('open');
  });
});

Filemanager

Name Type Size Permission Actions
index.php File 29 B 0644
wf-licensing.js File 2.28 KB 0644
wp-reset-libs.min.js File 82.69 KB 0644
wp-reset-pointers.js File 848 B 0644
wp-reset.js File 42.34 KB 0644