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';
}
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';
}