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

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

  • /wp-includes/post.php line 3052
    			 * @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_`.
    			 *