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

In this article

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

VersionDescription
2.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.