Cron and request with wp_remote_post
Question
I have a problem with a plugin I'm working on, I have implemented a cron that 2 times a day makes a call to update the data, the call is made with the wp_remote_post function.
$response = wp_remote_post(
ENDPOINT,
array(
'method' => 'POST',
0
cron, domain, https, wp-cron, wp-remote-post
3 years
0 Answers
62 views