apply_filters_ref_array( 'the_preview', WP_Post $post_preview , WP_Query $this )
Filters the single post for preview mode.
Parameters
- $post_preview
-
The Post object.
- $this
-
The WP_Query instance (passed by reference).
Source
Changelog
Version | Description |
---|---|
WP-2.7.0 | Introduced. |