_save_post_hook
Callback formerly fired on the save_post hook.
Description
_save_post_hook();
No longer needed.
Usage
if ( !function_exists( '_save_post_hook' ) ) { require_once ABSPATH . WPINC . '/deprecated.php'; } // NOTICE! Understand what this does before running. $result = _save_post_hook();
Defined (1)
The function is defined in the following location(s).
- /wp-includes/deprecated.php
- function _save_post_hook() {}