Need help getting links set in wordpress admin dashboard -


i trying links set in dashboard, under appearance >> customize >> menus >> top menu cannot seem find single way on internet. want fetch ones set in menu

enter image description here

i have tried found on internet

<?php var_dump($globals['menu']) ?> 

to

<?php wp_get_nav_menu_items('primary'); ?> 

i looked @ on 60 webpages , cannot find how it. can tell me how them? want let user define links in top menu can dynamically change links @ time


Comments

Popular posts from this blog

python - What's the Pythonic way to report nonfatal errors in a parser? -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -

python - AssertionError when trying to assert return value from two dictionaries with py.test -