
add_action( 'woocommerce_cart_is_empty', 'bbloomer_add_content_empty_cart' );
 
function bbloomer_add_content_empty_cart() {
echo 'This will show on the empty cart page';
}< 1 min read

add_action( 'woocommerce_cart_is_empty', 'bbloomer_add_content_empty_cart' );
 
function bbloomer_add_content_empty_cart() {
echo 'This will show on the empty cart page';
}