Types plugin custom post add_action hooks
Question
I’m using the wp-types plugin to create a custom post type. I’m developing my own plugin which I need to fire whenever a post of my custom post type is updated.
Right now add_action( 'save_post', 'myFunc');
will fire if a regular post is updated, however not if one of of the custom posts is updated.
Does anyone know why this might be? Thanks!
0
actions, custom-post-types, plugin-development, plugins
8 years
2015-05-11T13:51:20-05:00
2015-05-11T13:51:20-05:00 0 Answers
70 views
0
Leave an answer