Warning: This function has been deprecated.
_save_post_hook() WordPress Function
The save_post_hook() function is a WordPress hook that is triggered whenever a post is saved or updated. This hook can be used to perform a variety of tasks, such as validating data, sending notifications, or updating a custom database.
_save_post_hook() #
Callback formerly fired on the save_post hook. No longer needed.
Source
File: wp-includes/deprecated.php
function _save_post_hook() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.5.0 | This function has been deprecated. |
2.3.0 | Introduced. |