Any way to have save_post for custom posts only? The way my functions.php is coded is tacking on lots of custom fields to normal posts and pages who don't need/use them.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
The accepted method is to add an action on save_post, and then to detect whether the post type is your custom post type from the http query string: from the Codex:
A lot of this is overkill, but what you're looking for is definitely in there. |
|||||||
|