woocommerce_after_output_product_categories

woocommerce_after_output_product_categories

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_after_output_product_categories') is found 1 times:

  • /includes/wc-template-functions.php line 2607
    		$args = wp_parse_args(
    			$args,
    			array(
    				'before'    => apply_filters( 'woocommerce_before_output_product_categories', '' ),
    				'after'     => apply_filters( 'woocommerce_after_output_product_categories', '' ),
    				'parent_id' => 0,
    			)
    		);
    
    		$product_categories = woocommerce_get_product_subcategories( $args['parent_id'] );