wordpress / latest / hooks / the_preview.html

apply_filters_ref_array( 'the_preview', WP_Post $post_preview, WP_Query $query )

Filters the single post for preview mode.

Parameters

$post_preview WP_Post
The Post object.
$query WP_Query
The WP_Query instance (passed by reference).

Source

File: wp-includes/class-wp-query.php. View all references

$this->posts[0] = get_post( apply_filters_ref_array( 'the_preview', array( $this->posts[0], &$this ) ) );

Used By

Used By Description

Changelog

Version Description
2.7.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_preview