Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




_show_post_preview [ WordPress Function ]

_show_post_preview ( No parameters )
Defined at:



No description yet.

Source


<?php
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');
    }
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics