Файловый менеджер - Редактировать - /var/www/xthruster/html/wp-content/uploads/flags/optimole-wp.php.tar
Назад
var/www/xthruster/html/wp-content/plugins/optimole-wp/optimole-wp.php 0000644 00000006042 14720366067 0022231 0 ustar 00 <?php /** * Plugin Name: Image optimization service by Optimole * Description: Complete handling of your website images. * Version: 3.13.8 * Author: Optimole * Author URI: https://optimole.com * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: optimole-wp * Domain Path: /languages * WordPress Available: yes * Requires License: no */ if ( ! defined( 'WPINC' ) ) { die; } /** * Autoloader function. * * @param string $class_name Class to load. */ function optml_autoload( $class_name ) { $prefix = 'Optml'; if ( strpos( $class_name, $prefix ) !== 0 ) { return; } foreach ( [ '/inc/', '/inc/traits/', '/inc/image_properties/', '/inc/asset_properties/', '/inc/compatibilities/', '/inc/conflicts/', '/inc/cli/' ] as $folder ) { $file = str_replace( $prefix . '_', '', $class_name ); $file = strtolower( $file ); $file = __DIR__ . $folder . $file . '.php'; if ( file_exists( $file ) ) { require $file; } } } /** * Deactivates optimole plugin. * * Used when the user does not have the minimum PHP required version. * * @since 8.1.4 */ function optml_deactivate() { if ( is_plugin_active( 'optimole-wp/optimole-wp.php' ) ) { deactivate_plugins( 'optimole-wp/optimole-wp.php' ); } } /** * Shows a notice for sites running PHP less than 7.4. */ function optml_php_notice() { ?> <div class="notice notice-error is-dismissible"> <?php echo sprintf( /* translators: 1 - opening paragraph tag, 2 - PHP Version, 3 - opening bold tag, 4 - closing bold tag, 5 - opening bold tag, 6 - closing bold tag, 7 - opening anchor tag, 8 - closing anchor tag, 9 - closing paragraph tag */ __( '%1$s You\'re using a PHP version lower than %2$s! %3$sOptimole%4$s requires at least %5$sPHP %2$s%6$s to function properly. Plugin has been deactivated. %7$sLearn more here%8$s. %9$s', 'optimole-wp' ), '<p>', '7.4', '<b>', '</b>', '<b>', '</b>', '<a href="https://themeisle.com/blog/upgrade-wordpress-to-php-7/" target="_blank">', '</a>', '</p>' ); ?> </div> <?php } /** * Initiate the Optimole plugin. * * @return Optml_Main|null Optimole instance. */ function optml() { if ( version_compare( PHP_VERSION, '7.4.0', '<' ) ) { add_action( 'admin_notices', 'optml_php_notice' ); add_action( 'admin_init', 'optml_deactivate' ); return null; } define( 'OPTML_URL', plugin_dir_url( __FILE__ ) ); define( 'OPTML_PATH', plugin_dir_path( __FILE__ ) ); define( 'OPTML_VERSION', '3.13.8' ); define( 'OPTML_NAMESPACE', 'optml' ); define( 'OPTML_BASEFILE', __FILE__ ); // Fallback for old PHP versions when this constant is not defined. if ( ! defined( 'PHP_INT_MIN' ) ) { define( 'PHP_INT_MIN', - 999999 ); } if ( ! defined( 'OPTML_DEBUG' ) ) { define( 'OPTML_DEBUG', ( defined( 'TEST_GROUND' ) && TEST_GROUND ) ? true : false ); } if ( ! defined( 'OPTML_DEBUG_MEDIA' ) ) { define( 'OPTML_DEBUG_MEDIA', false ); } return Optml_Main::instance(); } spl_autoload_register( 'optml_autoload' ); optml();
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.24 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка