PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
nitropack
/
view
/
javascript
jQuery(function($){ $('.nitropack_math_captcha').each(function() { var el = $(this); var endpoint = nitropack_math_captcha_ajax.root + '/nitropack/math_captcha/'; $.ajax({ url: endpoint, data: { "form-type": el.attr('data-form-type'), }, cache: false, method: 'GET', dataType: 'json', beforeSend: function(xhr){ xhr.setRequestHeader( 'X-WP-Nonce', nitropack_math_captcha_ajax.nonce ); } }).done(function(response){ if (response.code == 'ok') { el.html(response.html); } }); }); });
[-] math_captcha.js
[edit]
[-] .htaccess
[edit]
[-] np_settings.js
[edit]
[-] np_notices.js
[edit]
[-] gravity_forms.js
[edit]
[-] metabox.js
[edit]
[-] widgets_ajax.js
[edit]
[-] np_safemode.js
[edit]
[-] admin_bar_menu.js
[edit]
[-] flowbite.min.js
[edit]
[+]
..
[-] nitropackUI.js
[edit]
[-] popper.min.js
[edit]