ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF x x ?? C ?? C ?à " ?? ?? μ } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú?? ?? μ w !1AQ aq"2?B‘?±á #3Rebr?{
File "whatsapp-chat.php"
Full Path: /home/zcziejy/ryadselyen/plugins/wp-whatsapp-chat/whatsapp-chat.php
File size: 540 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( $active_plugins = get_option( 'active_plugins', array() ) ) {
foreach ( $active_plugins as $key => $active_plugin ) {
if ( strstr( $active_plugin, '/whatsapp-chat.php' ) ) {
$active_plugins[ $key ] = str_replace( '/whatsapp-chat.php', '/wp-whatsapp-chat.php', $active_plugin );
}
if ( strstr( $active_plugin, '/ql-whatsapp-chat.php' ) ) {
$active_plugins[ $key ] = str_replace( '/ql-whatsapp-chat.php', '/wp-whatsapp-chat.php', $active_plugin );
}
}
update_option( 'active_plugins', $active_plugins );
}