de

wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren




get_commentdata [ WordPress Function ]

get_commentdata ( $comment_ID, $no_cache = 0, $include_unapproved = false )
Parameter:
  • (int) $comment_ID The ID of the comment
  • (int) $no_cache Whether to use the cache (cast to bool)
  • (bool) $include_unapproved Whether to include unapproved comments
Siehe:
Gibt zurück:
  • (array) The comment data
Definiert in:



Retrieve an array of comment data about comment $comment_ID.

Source


<?php
function get_commentdata$comment_ID$no_cache 0$include_unapproved false ) {
    
_deprecated_function__FUNCTION__'2.7''get_comment()' );
    return 
get_comment($comment_IDARRAY_A);
}
?>

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...



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