woocommerce_is_filtered

woocommerce_is_filtered

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_is_filtered') is found 1 times:

  • /includes/wc-conditional-functions.php line 301
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
         *
         * @return bool
         */
        function is_filtered() {
            return apply_filters( 'woocommerce_is_filtered', ( count( WC_Query::get_layered_nav_chosen_attributes() ) > 0 || isset( $_GET['max_price'] ) || isset( $_GET['min_price'] ) || isset( $_GET['rating_filter'] ) ) ); // WPCS: CSRF ok.
        }
    }
     
    if ( ! function_exists( 'taxonomy_is_product_attribute' ) ) {
     
        /**