Is it possible to fire a wordpress hook programmatically? Specifically I'd like to have control of wp-insert-post.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
To fire a hook you can use following functions:
If you want to apply filters, you can do it by calling |
|||
|
|
I'd like to have control of wp-insert-post.? – Eugene Manuilov Jun 8 '12 at 15:05