Switch language

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




wp_ajax_imgedit_preview [ WordPress Function ]

wp_ajax_imgedit_preview ( No parameters )
Defined at:



No description yet.

Source


<?php
function wp_ajax_imgedit_preview() {
    
$post_id intval($_GET['postid']);
    if ( empty(
$post_id) || !current_user_can('edit_post'$post_id) )
        
wp_die( -);

    
check_ajax_referer"image_editor-$post_id);

    include_once( 
ABSPATH 'wp-admin/includes/image-edit.php' );
    if ( ! 
stream_preview_image($post_id) )
        
wp_die( -);

    
wp_die();
}
?>

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