{$field}_pre

{$field}_pre

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('{$field}_pre') is found 1 times:

  • /wp-includes/post.php line 2952
    			 * @since 2.3.0
    			 *
    			 * @param mixed $value Value of the post field.
    			 */
    			$value = apply_filters( "{$field}_pre", $value );
    		}
    	} else {
    
    		// Use display filters by default.
    		if ( $prefixed ) {