Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-content/plugins/ssl-zen/ssl_zen/classes/class.ssl_zen_scripts.php
Назад
<?php /** * Helps install a free SSL certificate from LetsEncrypt, fixes mixed content, insecure content by redirecting to https, and forces SSL on all pages. * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * Plugin Name: Free SSL Certificate & HTTPS Redirector for WordPress - SSL Zen * Plugin URI: https://sslzen.com * Description: Helps install a free SSL certificate from LetsEncrypt, fixes mixed content, insecure content by redirecting to https, and forces SSL on all pages. * Version: 1.9.6 * Author: SSL * Author URI: http://sslzen.com * License: GNU General Public License v3.0 * License URI: http://www.gnu.org/licenses/gpl-3.0.html * Text Domain: ssl-zen * Domain Path: ssl_zen/languages * * @author SSL * @category Plugin * @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0 */ if ( !class_exists( 'SSLZenScripts' ) ) { /** * Class to manage the scripts and styles for SSL Zen */ class SSLZenScripts { /** * Add hooks and filters to enqueue scripts and styles needed for SSL Zen * * @since 1.0 * @static */ public static function init() { $page = ( isset( $_REQUEST['page'] ) ? sanitize_text_field( $_REQUEST['page'] ) : '' ); if ( $page == 'ssl_zen' ) { add_action( 'admin_enqueue_scripts', __CLASS__ . '::admin_enqueue_scripts' ); add_action( 'admin_enqueue_scripts', __CLASS__ . '::admin_enqueue_scripts_no_conflict', 11 ); } add_action( 'admin_enqueue_scripts', __CLASS__ . '::admin_enqueue_scripts_for_notice' ); } /** * Hook to add scripts and styles for SSL Zen admin * * @since 1.0 * @static */ public static function admin_enqueue_scripts() { // Enqueue Styles wp_enqueue_style( 'ssl-zen-font-css', SSL_ZEN_URL . 'css/fonts.css', [], SSL_ZEN_PLUGIN_VERSION ); wp_enqueue_style( 'ssl-zen-bootstrap-css', SSL_ZEN_URL . 'css/bootstrap.min.css', [], SSL_ZEN_PLUGIN_VERSION ); wp_enqueue_style( 'ssl-zen-build-css', SSL_ZEN_URL . 'css/build.css', [], SSL_ZEN_PLUGIN_VERSION ); wp_enqueue_style( 'ssl-zen-bootstrap-toggle-css', SSL_ZEN_URL . 'css/bootstrap-toggle.min.css', [], SSL_ZEN_PLUGIN_VERSION ); wp_enqueue_style( 'ssl-zen-style-css', SSL_ZEN_URL . 'css/style.css', [], SSL_ZEN_PLUGIN_VERSION ); // Enqueue Scripts wp_enqueue_script( 'jQuery' ); wp_enqueue_script( 'ssl-zen-jquery-validate-js', SSL_ZEN_URL . 'js/jquery.validate.js', ['jquery'], SSL_ZEN_PLUGIN_VERSION ); wp_enqueue_script( 'ssl-zen-bootstrap-js', SSL_ZEN_URL . 'js/bootstrap.bundle.min.js', ['jquery'], SSL_ZEN_PLUGIN_VERSION ); wp_enqueue_script( 'ssl-zen-bootstrap-toggle-js', SSL_ZEN_URL . 'js/bootstrap-toggle.min.js', ['jquery'], SSL_ZEN_PLUGIN_VERSION ); wp_enqueue_script( 'ssl-zen-main-js', SSL_ZEN_URL . 'js/main.js', ['jquery', 'clipboard'], SSL_ZEN_PLUGIN_VERSION ); wp_localize_script( 'ssl-zen-main-js', 'params', [ 'l10n' => [ 'copied_success' => __( 'Copied successfully.', 'ssl-zen' ), 'copied_failure' => __( 'Failed to copy.', 'ssl-zen' ), ], ] ); // Add Help Scout Beacon Integration echo '<script type="text/javascript">!function(e,t,n){function a(){var e=t.getElementsByTagName("script")[0],n=t.createElement("script");n.type="text/javascript",n.async=!0,n.src="https://beacon-v2.helpscout.net",e.parentNode.insertBefore(n,e)}if(e.Beacon=n=function(t,n,a){e.Beacon.readyQueue.push({method:t,options:n,data:a})},n.readyQueue=[],"complete"===t.readyState)return a();e.attachEvent?e.attachEvent("onload",a):e.addEventListener("load",a,!1)}(window,document,window.Beacon||function(){});</script>'; // Initialize Beacon for Free version of the plugin. if ( sz_fs()->is_free_plan() ) { echo '<script type="text/javascript">window.Beacon("init", "366da59a-6789-4c2a-8a9f-3a6f1735b8a8");</script>'; } } /** * Hook to add scripts and styles for SSL Zen admin * * @since 1.0 * @static */ public static function admin_enqueue_scripts_no_conflict() { wp_enqueue_script( 'ssl-zen-jquery-no-conflict', SSL_ZEN_URL . 'js/jquery.no-conflict.js', ['jquery'], SSL_ZEN_PLUGIN_VERSION ); wp_enqueue_script( 'ssl-zen-donutty-jquery.min', SSL_ZEN_URL . 'js/donutty-jquery.min.js', ['jquery'], SSL_ZEN_PLUGIN_VERSION ); } /** * Function for print the js required for removing notice * * @since 1.7 * @static */ public static function admin_enqueue_scripts_for_notice() { wp_enqueue_script( 'ssl-zen-notice-js', SSL_ZEN_URL . 'js/ssl-zen-notice.js', ['jquery'], SSL_ZEN_PLUGIN_VERSION ); wp_localize_script( 'ssl-zen-notice-js', 'ssl_zen_notice_nonce', [ 'nonce' => wp_create_nonce( 'ssl_zen_notice_nonce_action' ), ] ); } } /** * Initialize SSL Zen scripts. */ SSLZenScripts::init(); }
| ver. 1.6 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка