| Server IP : 217.154.24.135 / Your IP : 216.73.217.104 Web Server : Apache System : Linux infallible-heyrovsky.217-154-24-135.plesk.page 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : negrescocm_user ( 10012) PHP Version : 8.2.32 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/negrescocampomarzio.it/httpdocs/wp-content/plugins/maintenance/js/ |
Upload File : |
/**
* 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');
});
});