Smaakt de koffie de licht of te sterk? Dan is de kans groot dat dit aan de instellingen van de maalgraad ligt.
add_action( 'woocommerce_after_shop_loop', 'inno_product_cat_display_details_meta' ); /** * Display details meta on Product Category archives. * * Snippet via INNONET WooCommerce Academy * */ function inno_product_cat_display_details_meta() { if ( ! is_tax( 'product_cat' ) ) { return; } $t_id = get_queried_object()->term_id; $details = get_term_meta( $t_id, 'details', true ); if ( '' !== $details ) { ?>