File: /www/wwwroot/www.cytocare.cn/wp-content/plugins/aftership-woocommerce-tracking/aftership.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
/**
 * Backwards compat.
 */
$active_plugins = get_option( 'active_plugins', array() );
foreach ( $active_plugins as $key => $active_plugin ) {
	if ( strstr( $active_plugin, '/aftership.php' ) ) {
		$active_plugins[ $key ] = str_replace( '/aftership.php', '/aftership-woocommerce-tracking.php', $active_plugin );
	}
}
update_option( 'active_plugins', $active_plugins );