Switch language

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




wp_kses_data [ WordPress Function ]

wp_kses_data ( $data )
Parameters:
  • (string) $data Content to filter, expected to not be escaped
Uses:
  • $allowedtags
Returns:
  • (string) Filtered content
Defined at:



Sanitize content with allowed HTML Kses rules.

Source


<?php
function wp_kses_data($data) {
    global 
$allowedtags;
    return 
wp_kses$data $allowedtags );
}
?>

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