woocommerce_is_cart
woocommerce_is_cart
Appears in: jetpack.14.2.1, jetpack.14.3, jetpack.14.4.1, jetpack.14.5, jetpack.14.6, jetpack.14.7, jetpack.14.8, jetpack.14.9.1, jetpack.15.0, woocommerce.10.0.4, woocommerce.10.1.2, woocommerce.9.7.0, woocommerce.9.7.1, woocommerce.9.8.1, woocommerce.9.8.5, woocommerce.9.9.5
Hook Type: filter
Displaying hooks found in version: woocommerce.9.9.5apply_filters('woocommerce_is_cart') is found 1 times:
- /includes/wc-conditional-functions.php line 103
* * @since 2.4.0 * @param bool $is_cart Whether the cart page is being viewed. */ return apply_filters( 'woocommerce_is_cart', false ) || Constants::is_defined( 'WOOCOMMERCE_CART' ) || CartCheckoutUtils::is_cart_page(); } } if ( ! function_exists( 'is_checkout' ) ) { /**