W3cubDocs

/WordPress

apply_filters_ref_array( ‘the_preview’, WP_Post $post_preview, WP_Query $query )

Filters the single post for preview mode.

Parameters

$post_previewWP_Post
The Post object.
$queryWP_Query
The WP_Query instance (passed by reference).

Source

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

Changelog

Version Description
2.7.0 Introduced.

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