Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/class-wp-http-streams.php: https_local_ssl_verify | Filters whether SSL should be verified for local requests. |
wp-includes/functions.php: is_main_site() | Determine whether a site is the main site of the current network. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/http.php: wp_remote_get() | Performs an HTTP request using the GET method and returns its response. |
wp-includes/http.php: wp_remote_retrieve_body() | Retrieve only the body from the raw response. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |