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() {}

Top ↑

Changelog

Changelog
VersionDescription
3.5.0This function has been deprecated.
2.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.