Switch language

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




comment_footer_die [ WordPress Function ]

comment_footer_die ( $msg )
Parameters:
  • (string) $msg Error Message. Assumed to contain HTML and be sanitized.
Defined at:



Display error message at bottom of comments.

Source


<?php
function comment_footer_die$msg ) {
    echo 
"<div class='wrap'><p>$msg</p></div>";
    include(
'./admin-footer.php');
    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