woocommerce_is_cart
woocommerce_is_cart
Appears in: jetpack.14.2.1, jetpack.14.3, jetpack.14.4.1, jetpack.14.5, woocommerce.9.7.0, woocommerce.9.7.1
Hook Type: filter
Displaying hooks found in version: woocommerce.9.7.1apply_filters('woocommerce_is_cart') is found 1 times:
- /includes/wc-conditional-functions.php line 103099100101102103104105106107108109
*
* @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'
) ) {
/**