Calculates what page number a comment will appear on for comment paging.
$comment_id, $args = array(
Sortie :
@param int $comment_id Comment ID.
@param array $args {
@return int|null Comment page number or null on error.
// Utilisation de la fonction get_page_of_comment
$result = get_page_of_comment($comment_id, $args = array();
if ($result) {
// Votre logique ici
}
Chargement des actualités...