📅  最后修改于: 2022-03-11 14:56:54.509000             🧑  作者: Mango
function hide_empty_category( $arg ){
$arg[ 'hide_empty' ] = 1;
return $arg;
}
add_filter( 'woocommerce_product_categories_widget_args', 'hide_empty_category' )