I want to create a wordpress plugin where it adds additional controls underneath the WYSIWYG editor when adding pages/posts. But I don’t know what keywords I’m supposed to google for to find relevant tutorials on how to do it.
Can someone provide me with resources?
It’s called add_meta_box() – call it within a hooked
admin_init
function like so;Do you want the filter reference for hooks to add to the editor? Plugin API/Filter Reference « WordPress Codex There are lots of plugins that add controls to the editor: WordPress ⺠WordPress Plugins – TinyMCE
I’ve written a good tutorial on adding WordPress Meta Boxes additionally check out my WPalchemy Meta Box PHP Class which will help you create meta boxes with ease.