HEX
Server: Apache
System: Linux webm013.cluster123.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: lesanew (165608)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/lesanew/www/wp-content/plugins/advanced-google-recaptcha/js/wpcaptcha-pointers.js
/**
 * WP Captcha
 * Backend GUI pointers
 * (c) WebFactory Ltd, 2022 - 2023, 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');
  });
});