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

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

  • /wp-includes/post.php line 2938
    			 * @since 2.3.0
    			 *
    			 * @param mixed $value Value of the post field.
    			 */
    			$value = apply_filters( "{$field_no_prefix}_save_pre", $value );
    		} else {
    			$value = apply_filters( "pre_post_{$field}", $value );
    
    			/**
    			 * Filters the value of a specific post field before saving.
    			 *