From 4f9887efb15e3b7419efc2a36c0e7d06c69ff56a Mon Sep 17 00:00:00 2001 From: jorge-hangar Date: Fri, 29 Apr 2022 10:07:31 +0200 Subject: [PATCH] merged dev and changed call into import of wp menu to use the https://arc-hive.zone url --- view/common/wordpress-menu.phtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/view/common/wordpress-menu.phtml b/view/common/wordpress-menu.phtml index 06e2dbe..5af52ed 100644 --- a/view/common/wordpress-menu.phtml +++ b/view/common/wordpress-menu.phtml @@ -2,11 +2,11 @@ # Config # uncoment below for production main branch and comment for development -#$wordpress_site="https://arc-hive.zone"; -#$wordpress_endpoint="https://arc-hive.zone/wp-json/menus/v1/menus/4"; +$wordpress_site="https://arc-hive.zone"; +$wordpress_endpoint="https://arc-hive.zone/wp-json/menus/v1/menus/4"; # coment below for production main branch and uncomment for development -$wordpress_site="https://dev.arc-hive.zone"; -$wordpress_endpoint="https://dev.arc-hive.zone/wp-json/menus/v1/menus/4"; +#$wordpress_site="https://dev.arc-hive.zone"; +#$wordpress_endpoint="https://dev.arc-hive.zone/wp-json/menus/v1/menus/4"; use Zend\Http\Client;