php facetwp表分拣机插件compat
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp表分拣机插件compat相关的知识,希望对你有一定的参考价值。
<?php
/**
** re-run table sorter init after refreshing facets
** https://wordpress.org/plugins/table-sorter/
**/
add_action( 'wp_head', function() { ?>
<script>
(function($) {
$(document).on('facetwp-loaded', function() {
$('.tablesorter .sortless').addClass('{sorter: false}');
$('.tablesorter').tablesorter({
sortLocaleCompare: true
});
});
})(jQuery);
</script>
<?php } );
以上是关于php facetwp表分拣机插件compat的主要内容,如果未能解决你的问题,请参考以下文章
php facetwp在使用WP GDPR Compliance插件时修复主要查询
php facetwp表输出
php facetwp facetwp-woocommerce的模板
php facetwp用facetwp替换genesis pager
php facetwp在GeneratePress中显示facetwp寻呼机
php facetwp添加facetwp-template下载短代码