Switch language

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




wp_ajax_sample_permalink [ WordPress Function ]

wp_ajax_sample_permalink ( No parameters )
Defined at:



No description yet.

Source


<?php
function wp_ajax_sample_permalink() {
    
check_ajax_referer'samplepermalink''samplepermalinknonce' );
    
$post_id = isset($_POST['post_id'])? intval($_POST['post_id']) : 0;
    
$title = isset($_POST['new_title'])? $_POST['new_title'] : '';
    
$slug = isset($_POST['new_slug'])? $_POST['new_slug'] : null;
    
wp_dieget_sample_permalink_html$post_id$title$slug ) );
}
?>

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