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 ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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