{$field_no_prefix}_edit_pre

{$field_no_prefix}_edit_pre

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7

apply_filters('{$field_no_prefix}_edit_pre') is found 1 times:

  • /wp-includes/post.php line 2955
    			 *
    			 * @param mixed $value   Value of the post field.
    			 * @param int   $post_id Post ID.
    			 */
    			$value = apply_filters( "{$field_no_prefix}_edit_pre", $value, $post_id );
    		} else {
    			/**
    			 * Filters the value of a specific post field to edit.
    			 *
    			 * Only applied to post fields not prefixed with `post_`.
    			 *