From fd62d37bf4fcbf6750f4273ab02cfce6be4de146 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 9 Nov 2016 16:13:51 -0500 Subject: [PATCH] Check WooCommerce function exists before using it Checks whether the is_account_page function exists before it is used on the interior page, so too with is_cart and is_checkout. --- sections/interior-page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/interior-page.php b/sections/interior-page.php index cf38bc1..1c8231d 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -55,7 +55,7 @@ echo ""; } ?> - -- 2.17.1