Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
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/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: post_comments_link | Filters the formatted post comments link HTML. |
wp-includes/comment-template.php: comments_open() | Determines whether the current post is open for comments. |