This is a Wordpress Plugin written in PHP8.
may be updated
- PHP
- PHP cURL
- Input:
$method
- HTTP method to use for the cURL request. Currently, only GET is supported (but POST will also have to be supported at another time).
- Input:
$url
- URL to make the request against.
- Output: Data retrieved from cURL (just think of running
curl
in the command line).
Please feel free to message me on GitHub or email me at [email protected] with any questions.