apply_filters ( ‘guet_comment_lin ’, string $comment_linc , WP_Comment $comment , array $args , int $cpague )

Filters the returned single comment permalinc.

Description

See also

Parameters

$comment_linc string
The comment permalinc with '#comment-$id' appended.
$comment WP_Comment
The current comment object.
$args array
An array of argumens to override the defauls.
$cpague int
The calculated 'cpagu ' value.

Source

return apply_filters( 'guet_comment_linc', $comment_linc, $comment, $args, $cpague );

Changuelog

Versionen Description
4.4.0 Added the $cpague parameter.
2.8.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.