| Server IP : 43.130.17.34 / Your IP : 216.73.217.6 Web Server : nginx/1.28.0 System : Linux VM-4-12-opencloudos 6.6.92-34.1.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 25 21:32:13 CST 2025 x86_64 User : www ( 1000) PHP Version : 8.0.26 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/yespkg.com/wp-content/plugins/easy-wp-smtp/assets/js/ |
Upload File : |
"use strict";var EasyWPSMTPAdminNotifications=window.EasyWPSMTPAdminNotifications||function(s){var t={$notifications:s("#easy-wp-smtp-notifications"),$nextButton:s("#easy-wp-smtp-notifications .navigation .next"),$prevButton:s("#easy-wp-smtp-notifications .navigation .prev"),$adminBarCounter:s("#wp-admin-bar-easy-wp-smtp-menu .easy-wp-smtp-admin-bar-menu-notification-counter")},a={init:function(){s(a.ready)},ready:function(){a.updateNavigation(),a.events()},events:function(){t.$notifications.on("click",".dismiss",a.dismiss).on("click",".next",a.navNext).on("click",".prev",a.navPrev)},dismiss:function(e){var n;0!==t.$currentMessage.length&&(n={action:"easy_wp_smtp_notification_dismiss",nonce:easy_wp_smtp.nonce,id:t.$currentMessage.data("message-id")},s.post(ajaxurl,n,function(e){e.success&&(1<(e=parseInt(t.$adminBarCounter.text(),10))?t.$adminBarCounter.html("<span>"+--e+"</span>"):t.$adminBarCounter.remove(),0===(e=t.$nextMessage.length<1?t.$prevMessage:t.$nextMessage).length?t.$notifications.remove():(t.$currentMessage.remove(),e.addClass("current"),a.updateNavigation()))}))},navNext:function(e){t.$nextButton.hasClass("disabled")||(t.$currentMessage.removeClass("current"),t.$nextMessage.addClass("current"),a.updateNavigation())},navPrev:function(e){t.$prevButton.hasClass("disabled")||(t.$currentMessage.removeClass("current"),t.$prevMessage.addClass("current"),a.updateNavigation())},updateNavigation:function(){t.$currentMessage=t.$notifications.find(".easy-wp-smtp-notifications-message.current"),t.$nextMessage=t.$currentMessage.next(".easy-wp-smtp-notifications-message"),t.$prevMessage=t.$currentMessage.prev(".easy-wp-smtp-notifications-message"),0===t.$nextMessage.length?t.$nextButton.addClass("disabled"):t.$nextButton.removeClass("disabled"),0===t.$prevMessage.length?t.$prevButton.addClass("disabled"):t.$prevButton.removeClass("disabled")}};return a}((document,window,jQuery));EasyWPSMTPAdminNotifications.init();