WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_post_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post.php apply_filters 2836 /**
* Filters the value of a specific field before saving.
*
* The dynamic portion of the hook name, `$field_no_prefix`, refers
* to the post field name.
*
* @since 2.3.0
*
* @param mixed $value Value of the post field.
*/

Hook Parameters

Parameter Type Name Description
mixed $value Value of the post field.