_save_post_hook()
Deprecated since 3.5.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
Callback formerly fired on the save_post hook. No longer needed.
Internal function — this function is designed to be used by the kernel itself. It is not recommended to use this function in your code.
No Hooks.
Returns
null. Nothing (null).
Usage
_save_post_hook();
Changelog
| Since 2.3.0 | Introduced. |
| Deprecated since | 3.5.0 |
_save_post_hook() save post hook code WP 6.9
function _save_post_hook() {}