2020-05-01, 20:26:14
(2020-05-01, 04:31:31)drking Wrote: I'm revisiting GetSimple having been away many years, and having forgotten all about it.
As far as I can see the doumentation for the function menu_data() is "outputs an array of menu specific data".
Um, that's not very helpful - is there anything more specific anywhere?
Of course as in most such projects all the work goes into the code, and very little into the documentation - that's understandable. But I'm finding it lincreases the time I have to spend, and makes the task un-simple....
Thanks for any help, even a pointer to where the function is coded.
I may be barking up the wrong tree here so bear with with me if I've misunderstood.
I would imagine it's exactly as is says:
The function returns an array of all the menu items (pages created that have been selected to be included in the menu).
Next, the values from that array are probably used within the list context to display the menu within the website.
Where are you looking at the reference for unction menu_data()?
thanks