-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi Scott,
Awesome work! We did something like this for our themes for buyers to be able to see what shortcodes there are. We also bumped up agains the "how to document arguments" issue. In the end we created a globally available "documentation array" which we added to when registering each shortcode.
Another method is to parse out phpdoc documentation but this would be a LOT more difficult I imagine as the docblock is added before the function definition.
I've been trying to think of a WordPress standard way to do this, but I don't think it's possible at the moment. The documentation array worked for us, but I don't know if this could/should be widely used.
I will definitely keep an eye on the project and contribute if I can!
Daniel
Metadata
Metadata
Assignees
Labels
No labels