php facetwp alt检查为空

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp alt检查为空相关的知识,希望对你有一定的参考价值。

<?php
/** check facets and hide if empty **/
add_action( 'wp_head', function() {
	?>
		<script>
		(function($) {
			$(function() {
			FWP.hooks.addAction('facetwp/loaded', function() {
				$('.facetwp-facet').each(function() {
				var content = $(this).html();
				var $parent = $(this).closest('.widget');
				('' == content) ? $parent.hide() : $parent.show();
				});
			}, 1000 );
			});
		})(jQuery);
		</script>
	<?php
}, 100 );

以上是关于php facetwp alt检查为空的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp检查lanague

php facetwp检查类别列表查询listify

php facetwp检查类别列表查询listify

php facetwp检查帖子类型查询

php facetwp检查帖子类型查询

php facetwp自动检查方面