woocommerce_is_filtered

woocommerce_is_filtered

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_is_filtered') is found 1 times:

  • /includes/wc-conditional-functions.php line 292
    	 *
    	 * @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' ) ) {
    
    	/**