PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
under-construction-page
/
js
/* * UnderConstructionPage * Backend GUI pointers * (c) WebFactory Ltd, 2015 - 2019 */ jQuery(document).ready(function($){ if (typeof ucp_pointers == 'undefined') { return; } $.each(ucp_pointers, function(index, pointer) { if (index.charAt(0) == '_') { return true; } $(pointer.target).pointer({ content: '<h3>' + ucp.plugin_name + '</h3><p>' + pointer.content + '</p>', position: { edge: pointer.edge, align: pointer.align }, width: 320, close: function() { $.post(ajaxurl, { pointer: index, _ajax_nonce: ucp_pointers._nonce_dismiss_pointer, action: 'ucp_dismiss_pointer' }); } }).pointer('open'); }); });
[+]
..
[-] ucp-admin.js
[edit]
[-] ucp-jquery-plugins.js
[edit]
[-] ucp-admin-plugins.js
[edit]
[-] select2.min.js
[edit]
[-] ucp-admin-pointers.js
[edit]