预计阅读时间: < 1 分钟


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';
}
此文章对你有帮助吗? 已有 0 人说这篇文章是有用的。