removing unecessary commented section
This commit is contained in:
parent
d0d0759039
commit
fc43542c2a
|
|
@ -20,18 +20,8 @@ $logoSRC = wp_get_attachment_image_src($logoID, 'full');
|
||||||
|
|
||||||
|
|
||||||
foreach ($menuitems as $key => $item) :
|
foreach ($menuitems as $key => $item) :
|
||||||
// write_log("item");
|
|
||||||
// write_log($item);
|
|
||||||
$link = $item->url;
|
$link = $item->url;
|
||||||
$title = $item->title;
|
$title = $item->title;
|
||||||
|
|
||||||
// $pageIcon = get_field('page_icon', $item->ID);
|
|
||||||
|
|
||||||
// echo '<pre>';
|
|
||||||
// print_r($item);
|
|
||||||
// print_r($pageIcon);
|
|
||||||
// echo '</pre>';
|
|
||||||
// item does not have a parent so menu_item_parent equals 0 (false)
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
|
||||||
|
|
@ -33,15 +33,6 @@ $logoSRC = wp_get_attachment_image_src($logoID, 'full');
|
||||||
foreach ($menuitems as $key => $item) :
|
foreach ($menuitems as $key => $item) :
|
||||||
$link = $item->url;
|
$link = $item->url;
|
||||||
$title = $item->title;
|
$title = $item->title;
|
||||||
// write_log("item");
|
|
||||||
// write_log($item);
|
|
||||||
// $pageIcon = get_field('page_icon', $item->ID);
|
|
||||||
|
|
||||||
// echo '<pre>';
|
|
||||||
// print_r($item);
|
|
||||||
// print_r($pageIcon);
|
|
||||||
// echo '</pre>';
|
|
||||||
// item does not have a parent so menu_item_parent equals 0 (false)
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user