{$field_no_prefix}_save_pre

{$field_no_prefix}_save_pre

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

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

  • /wp-includes/post.php line 3052
    3048
    3049
    3050
    3051
    3052
    3053
    3054
    3055
    3056
    3057
    3058
         * @since 2.3.0
         *
         * @param mixed $value Value of the post field.
         */
        $value = apply_filters( "{$field_no_prefix}_save_pre", $value );
    } else {
        /**
         * Filters the value of a specific field before saving.
         *
         * Only applied to post fields with a name which is prefixed with `post_`.
         *