Uname: Linux premium264.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.3.22 [ PHP INFO ] PHP os: Linux
Server Ip: 69.57.162.13
Your Ip: 216.73.216.219
User: workvvfb (1129) | Group: workvvfb (1084)
Safe Mode: OFF
Disable Function:
NONE

name : pointers.js
/**
 * Maintenance
 * https://wpmaintenancemode.com/
 * (c) WebFactory Ltd, 2022
 */

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

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