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