Uses
Uses | Description |
---|---|
wp-includes/rest-api/class-wp-rest-request.php: rest_request_from_url | Filters the request generated from a URL. |
wp-includes/rest-api.php: rest_url() | Retrieves the URL to a REST endpoint. |
wp-includes/rest-api/class-wp-rest-request.php: WP_REST_Request::__construct() | Constructor. |
wp-includes/formatting.php: wp_parse_str() | Parses a string into variables to be stored in an array. |
wp-includes/formatting.php: untrailingslashit() | Removes trailing forward slashes and backslashes if they exist. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |