Uses
| Uses | Description | 
|---|---|
| wp-includes/general-template.php: logout_url | Filters the logout URL. | 
| wp-includes/functions.php: wp_nonce_url() | Retrieve URL with nonce added to URL query. | 
| wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. | 
| 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. |