I want to post to multiple rest API endpoints with wp_remote_post
but don't want to wait for the response back and keep continuing code execution. Some popular clients like guzzle etc. support asynchronous Http call. Does wp_remote_post also support the same? If yes how can I achieve that?
wp remote post - Does wp_remote_post support asynchronous request?
评论列表(0)
- 暂无评论