Uses
Uses | Description |
---|---|
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/author-template.php: get_the_author_meta() | Retrieves the requested data of the author of the current post. |
wp-includes/author-template.php: get_the_author() | Retrieve the author of the current post. |