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/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/general-template.php: login_form_defaults | Filters the default login form output arguments. |
wp-includes/general-template.php: login_form_top | Filters content to display at the top of the login form. |
wp-includes/general-template.php: login_form_middle | Filters content to display in the middle of the login form. |
wp-includes/general-template.php: login_form_bottom | Filters content to display at the bottom of the login form. |
wp-includes/load.php: is_ssl() | Determines if SSL is used. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/link-template.php: site_url() | Retrieves the URL for the current site where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |