C:\xampp\htdocs\landing\wp-content\plugins\imagify\views\notice-plugins-to-deactivate.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
defined
'ABSPATH' ) || die( 'Cheatin’ uh?' );

$this->print_template'notice-header', array(
    
'classes' => array( 'error' ),
) );
?>
<p><?php echo _n'The following plugin is not compatible with this plugin and may cause unexpected results:''The following plugins are not compatible with this plugin and may cause unexpected results:'count$data ), 'imagify' ); ?></p>

<ul class="imagify-plugins-error">
<?php
foreach ( $data as $plugin ) {
    
$plugin_data    get_plugin_dataWP_PLUGIN_DIR DIRECTORY_SEPARATOR $plugin );
    
$deactivate_url esc_urlwp_nonce_urladmin_url'admin-post.php?action=imagify_deactivate_plugin&plugin=' rawurlencode$plugin ) ), Imagify_Notices::DEACTIVATE_PLUGIN_NONCE_ACTION ) );
    echo 
'<li>' $plugin_data['Name'] . '</span> <a href="' $deactivate_url '" class="button button-mini alignright">' __'Deactivate''imagify' ) . '</a></li>';
}
?>
</ul>
<?php
$this
->print_template'notice-footer' );
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586