Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/class-http.php: WP_Http::_get_first_available_transport() | Tests which transports are capable of supporting the request. |
wp-includes/class-http.php: http_api_debug | Fires after an HTTP API response is received and before the response is returned. |
wp-includes/class-http.php: http_response | Filters the HTTP API response immediately before the response is returned. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
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. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |