wc_empty_cart_message

wc_empty_cart_message

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('wc_empty_cart_message') is found 1 times:

  • /includes/wc-template-functions.php line 3752
    			 * @since 3.1.0
    			 * @param string $message Default empty cart message.
    			 * @return string
    			 */
    			apply_filters( 'wc_empty_cart_message', __( 'Your cart is currently empty.', 'woocommerce' ) )
    		),
    		'notice',
    		array(),
    		true
    	);