Using WordPress Hooks/Actions, etc…
-
Hi,
An excellent plugin! I am a CakePHP native, so I felt at home right away. However, I could not find much documentation on how to register hooks/actions for wordpress using this framework.
For example, I am trying to add a html table to the /wp-admin/post-new.php page. Without the MVC I would just call register hook/action function and pass a class name, followed by the name of the method.
But in the MVC framework, how or where would I configure this option?
Ideally, I want the hook/action to load the view from a file under the /views/ folder.
- The topic ‘Using WordPress Hooks/Actions, etc…’ is closed to new replies.