![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/plugins/quickcal/assets/js/ |
(function ($) { 'use strict'; $(function () { $('.booked-dismiss-notice-forever').on('click', '.notice-dismiss', function (event, el) { var $notice = $(this).parent('.notice.is-dismissible'); var dismiss_action = $notice.attr('data-dismiss-action'); var dismiss_key = $notice.attr('data-key'); if (dismiss_action && dismiss_key) { $.post(ajaxurl, {'action': dismiss_action, 'key': dismiss_key}, function(response) { }); } }); }); })(jQuery);