Uses
Uses | Description |
---|---|
wp-includes/comment-template.php: comment_reply_link_args | Filters the comment reply link arguments. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/pluggable.php: is_user_logged_in() | Determines whether the current visitor is a logged in user. |
wp-includes/general-template.php: wp_login_url() | Retrieves the login URL. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/comment-template.php: comment_reply_link | Filters the comment reply link. |
wp-includes/comment-template.php: comments_open() | Determines whether the current post is open for comments. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |