/
home
/
wqgepnx
/
www
/
wp-content
/
plugins
/
bulk-delete
/
include
/
compatibility
/
File Upload :
llllll
Current File: /home/wqgepnx/www/wp-content/plugins/bulk-delete/include/compatibility/woocommerce.php
<?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 Delete. * * @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() { //phpcs:ignore wp_deregister_script( 'select2' ); } add_action( 'bd_before_admin_enqueue_scripts', 'bd_deregister_woo_select2' );
Copyright ©2k19 -
Hexid
|
Tex7ure