woocommerce_taxonomy_objects_product_cat

woocommerce_taxonomy_objects_product_cat

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_taxonomy_objects_product_cat') is found 1 times:

  • /includes/class-wc-post-types.php line 91
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    );
     
    register_taxonomy(
        'product_cat',
        apply_filters( 'woocommerce_taxonomy_objects_product_cat', array( 'product' ) ),
        apply_filters(
            'woocommerce_taxonomy_args_product_cat',
            array(
                'hierarchical'          => true,
                'update_count_callback' => '_wc_term_recount',
                'label'                 => __( 'Categories', 'woocommerce' ),