Published on : August 04, 2020
Title | : | php.wp_remote_post | |||||||||
Purpose | : | Performs an HTTP request using the POST method and returns its response. Or in other words, we use it to call APIs. | |||||||||
Syntax | : | [php.wp_remote_post p1=’url’ p2=’array data’ o.set=variable name /] | |||||||||
Input Parameters | : |
|
|||||||||
Return Value | : | It returns the response received from the URL | |||||||||
Example 1 | : |
|