_show_post_preview

Definition:
function _show_post_preview() {}

Source code

function _show_post_preview() {



	if ( isset($_GET['preview_id']) && isset($_GET['preview_nonce']) ) {

		$id = (int) $_GET['preview_id'];



		if ( false == wp_verify_nonce( $_GET['preview_nonce'], 'post_preview_' . $id ) )

			wp_die( __('You do not have permission to preview drafts.') );



		add_filter('the_preview', '_set_preview');

	}

}

4375

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: