HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/breadsecret.com/wp-content/plugins/advanced-google-recaptcha/js/wpcaptcha-pointers.js
/**
 * WP Captcha
 * Backend GUI pointers
 * (c) WebFactory Ltd, 2022 - 2025, www.webfactoryltd.com
 */

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

  $.each(wpcaptcha_pointers, function(index, pointer) {
    if (index.charAt(0) == '_') {
      return true;
    }
    $(pointer.target).pointer({
        content: '<h3>WP Captcha</h3><p>' + pointer.content + '</p>',
        pointerWidth: 380,
        position: {
            edge: pointer.edge,
            align: pointer.align
        },
        close: function() {
                $.get(ajaxurl, {
                    action: "wpcaptcha_run_tool",
                    tool: "wpcaptcha_dismiss_pointer",
                    notice_name: index,
                    _ajax_nonce: wpcaptcha_pointers.run_tool_nonce
                });
        }
      }).pointer('open');
  });
});