Changeset 48586 for trunk/src/wp-includes/class-wp-http-requests-hooks.php
- Timestamp:
- 07/23/2020 07:59:16 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-requests-hooks.php
r47122 r48586 33 33 * Constructor. 34 34 * 35 * @param string $url URL to request.36 * @param array $request Request data in WP_Http format.35 * @param string $url URL to request. 36 * @param array $request Request data in WP_Http format. 37 37 */ 38 38 public function __construct( $url, $request ) { … … 44 44 * Dispatch a Requests hook to a native WordPress action. 45 45 * 46 * @param string $hook Hook name.47 * @param array $parameters Parameters to pass to callbacks.46 * @param string $hook Hook name. 47 * @param array $parameters Parameters to pass to callbacks. 48 48 * @return boolean True if hooks were run, false if nothing was hooked. 49 49 */
Note: See TracChangeset
for help on using the changeset viewer.