2013-03-01, 17:50:21
Is it possible to reformat the output for get_navigation(return_page_slug()); in a plugin? If so what is the hook and is there an existing sample plugin I can look at?
How to hook into get_navigation?
|
2013-03-01, 17:50:21
Is it possible to reformat the output for get_navigation(return_page_slug()); in a plugin? If so what is the hook and is there an existing sample plugin I can look at?
2013-03-01, 18:37:40
I think you could check the i18N-plugin and it's possibilities, mvlcek did a great job with that!
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
2013-03-02, 00:13:19
There is the menuitems filter called inside get_navigation.
Of course this is already html, so you would have to replace it all, or parse it. |
« Next Oldest | Next Newest »
|