Changeset 49671 for trunk/src/wp-includes/class-wp-http-requests-hooks.php
- Timestamp:
- 11/19/2020 05:52:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-requests-hooks.php
r49120 r49671 60 60 61 61 /** 62 * Transforms a native Request hook to a WordPress action s.62 * Transforms a native Request hook to a WordPress action. 63 63 * 64 64 * This action maps Requests internal hook to a native WordPress action. 65 65 * 66 66 * @see https://github.com/rmccue/Requests/blob/master/docs/hooks.md 67 * 68 * @since 4.7.0 67 69 * 68 70 * @param array $parameters Parameters from Requests internal hook.
Note: See TracChangeset
for help on using the changeset viewer.