apply_filters_ref_array( 'the_preview', WP_Post $post_preview, WP_Query $query ) Filters the single post for preview mode. ContentsParameters Source Related Used By Changelog User Contributed Notes Parameters $post_preview (WP_Post) The Post object. $query (WP_Query) The WP_Query instance (passed by reference). Top ↑Source File: wp-includes/class-wp-query.php View on Trac Top ↑Related Top ↑Used By Used By Used By Description wp-includes/class-wp-query.php: WP_Query::get_posts() Retrieves an array of posts based on query variables. Top ↑Changelog Changelog Version Description 2.7.0 Introduced. Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.
Top ↑Used By Used By Used By Description wp-includes/class-wp-query.php: WP_Query::get_posts() Retrieves an array of posts based on query variables.