php 使用Select2 JQuery禁用WooCommerce状态选择字段
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 使用Select2 JQuery禁用WooCommerce状态选择字段相关的知识,希望对你有一定的参考价值。
// Remove CSS and/or JS for Select2 used by WooCommerce, see https://gist.github.com/Willem-Siebe/c6d798ccba249d5bf080.
add_action( 'wp_enqueue_scripts', 'wsis_dequeue_stylesandscripts_select2', 100 );
function wsis_dequeue_stylesandscripts_select2() {
if ( class_exists( 'woocommerce' ) ) {
wp_dequeue_style( 'selectWoo' );
wp_deregister_style( 'selectWoo' );
wp_dequeue_script( 'selectWoo');
wp_deregister_script('selectWoo');
}
}
以上是关于php 使用Select2 JQuery禁用WooCommerce状态选择字段的主要内容,如果未能解决你的问题,请参考以下文章
使用Select2或使用jQuery Mobile选择
在 PHP 中,如何使用 select2(Jquery 插件)显示选定的值
jquery - 如何使用通过 AJAX 从 MySQL 和 PHP 检索的数据将图像添加到 Select2 下拉列表?
jquery select2 - 不工作
从 select2 列表中删除旧的选定值
jquery select2:从 php-mysql 获取数据时出错