Uses
Uses | Description |
---|---|
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/plugin.php: remove_filter() | Removes a function from a specified filter hook. |
wp-includes/class-walker-comment.php: Walker_Comment::html5_comment() | Outputs a comment in the HTML5 format. |
wp-includes/class-walker-comment.php: Walker_Comment::comment() | Outputs a single comment. |
wp-includes/class-walker-comment.php: Walker_Comment::ping() | Outputs a pingback comment. |