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 ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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