Travelify
Under Appearance > Editor, select ‘functions.php’ on the right.
Add the following function on a new lineĀ above “?>”:
1 2 3 |
function travelify_nav_menu_alter( $items, $args ) { return $items; } |
Under Appearance > Editor, select ‘functions.php’ on the right.
Add the following function on a new lineĀ above “?>”:
1 2 3 |
function travelify_nav_menu_alter( $items, $args ) { return $items; } |