{$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.2

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

  • /wp-includes/post.php line 2955
    2951
    2952
    2953
    2954
    2955
    2956
    2957
    2958
    2959
    2960
    2961
         *
         * @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_`.
         *