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/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/general-template.php: wp_logout_url() | Retrieves the logout URL. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/functions.php: wp_get_referer() | Retrieve referer from ‘_wp_http_referer’ or HTTP referer. |
wp-includes/functions.php: remove_query_arg() | Removes an item or items from a query string. |