uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
old
/
public_html
/
wp-content
/
plugins
/
robin-image-optimizer
/
robin-image-optimizer.php
/
/
<?php /** * Plugin Name: Webcraftic Robin image optimizer * Plugin URI: https://wordpress.org/plugins/robin-image-optimizer/ * Description: Optimize images without losing quality, speed up your website load, improve SEO and save money on server and CDN bandwidth. * Author: Creative Motion * Version: 1.4.6 * Text Domain: robin-image-optimizer * Domain Path: /languages/ * Author URI: https://robinoptimizer.com * Framework Version: FACTORY_436_VERSION */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } /** * ----------------------------------------------------------------------------- * CHECK REQUIREMENTS * Check compatibility with php and wp version of the user's site. As well as checking * compatibility with other plugins from Webcraftic. * ----------------------------------------------------------------------------- */ require_once( dirname( __FILE__ ) . '/libs/factory/core/includes/class-factory-requirements.php' ); // @formatter:off $plugin_info = array( 'prefix' => 'wbcr_io_', 'plugin_name' => 'wbcr_image_optimizer', 'plugin_title' => __( 'Webcraftic Robin image optimizer', 'robin-image-optimizer' ), // PLUGIN SUPPORT 'support_details' => array( 'url' => 'https://robinoptimizer.com', 'pages_map' => array( 'features' => 'premium-features', // {site}/premium-features 'pricing' => 'pricing', // {site}/prices 'support' => 'support', // {site}/support 'docs' => 'docs' // {site}/docs ) ), // PLUGIN UPDATED SETTINGS 'has_updates' => false, 'updates_settings' => array( 'repository' => 'wordpress', 'slug' => 'robin-image-optimizer', 'maybe_rollback' => true, 'rollback_settings' => array( 'prev_stable_version' => '0.0.0' ) ), // PLUGIN PREMIUM SETTINGS 'has_premium' => true, 'license_settings' => array( 'provider' => 'freemius', 'slug' => 'robin-image-optimizer', 'plugin_id' => '3464', 'public_key' => 'pk_cafff5a51bd5fcf09c6bde806956d', 'price' => 39.99, 'has_updates' => false, 'updates_settings' => array( 'maybe_rollback' => true, 'rollback_settings' => array( 'prev_stable_version' => '0.0.0' ) ) ), // FRAMEWORK MODULES 'load_factory_modules' => array( array( 'libs/factory/bootstrap', 'factory_bootstrap_436', 'admin' ), array( 'libs/factory/forms', 'factory_forms_433', 'admin' ), array( 'libs/factory/pages', 'factory_pages_435', 'admin' ), array( 'libs/factory/clearfy', 'factory_clearfy_227', 'all' ), array( 'libs/factory/freemius', 'factory_freemius_123', 'all' ), array( 'libs/factory/adverts', 'factory_adverts_114', 'admin' ), array( 'libs/factory/feedback', 'factory_feedback_107', 'admin' ) ) ); $wrio_compatibility = new Wbcr_Factory436_Requirements( __FILE__, array_merge( $plugin_info, array( 'plugin_already_activate' => defined( 'WRIO_PLUGIN_ACTIVE' ), 'required_php_version' => '5.4', 'required_wp_version' => '4.2.0', 'required_clearfy_check_component' => false ) ) ); /** * If the plugin is compatible, then it will continue its work, otherwise it will be stopped, * and the user will throw a warning. */ if ( ! $wrio_compatibility->check() ) { return; } /** * ----------------------------------------------------------------------------- * CONSTANTS * Install frequently used constants and constants for debugging, which will be * removed after compiling the plugin. * ----------------------------------------------------------------------------- */ // This plugin is activated /** * */ define( 'WRIO_PLUGIN_ACTIVE', true ); // todo: remove after few releases. For compatibility with Clearfy define( 'WIO_PLUGIN_ACTIVE', true ); // Plugin version define( 'WRIO_PLUGIN_VERSION', $wrio_compatibility->get_plugin_version() ); // Директория плагина define( 'WRIO_PLUGIN_DIR', dirname( __FILE__ ) ); // Относительный путь к плагину define( 'WRIO_PLUGIN_BASE', plugin_basename( __FILE__ ) ); // Ссылка к директории плагина define( 'WRIO_PLUGIN_URL', plugins_url( null, __FILE__ ) ); /** * ----------------------------------------------------------------------------- * PLUGIN INIT * ----------------------------------------------------------------------------- */ require_once( WRIO_PLUGIN_DIR . '/libs/factory/core/boot.php' ); require_once( WRIO_PLUGIN_DIR . '/includes/class-rio-plugin.php' ); try { new WRIO_Plugin( __FILE__, array_merge( $plugin_info, array( 'plugin_version' => WRIO_PLUGIN_VERSION, 'plugin_text_domain' => $wrio_compatibility->get_text_domain(), ) ) ); } catch ( Exception $e ) { // Plugin wasn't initialized due to an error define( 'WRIO_PLUGIN_THROW_ERROR', true ); $wrio_plugin_error_func = function () use ( $e ) { $error = sprintf( "The %s plugin has stopped. <b>Error:</b> %s Code: %s", 'Robin image optimizer', $e->getMessage(), $e->getCode() ); echo '<div class="notice notice-error"><p>' . $error . '</p></div>'; }; add_action( 'admin_notices', $wrio_plugin_error_func ); add_action( 'network_admin_notices', $wrio_plugin_error_func ); } // @formatter:on
/home/batcwwjx/./old/public_html/wp-content/plugins/robin-image-optimizer/robin-image-optimizer.php