Skip to content

Instantly share code, notes, and snippets.

@pickplugins
Created February 16, 2020 02:57
Show Gist options
  • Select an option

  • Save pickplugins/84f83733bb12203c1a5966fc3e895531 to your computer and use it in GitHub Desktop.

Select an option

Save pickplugins/84f83733bb12203c1a5966fc3e895531 to your computer and use it in GitHub Desktop.
$response = wp_remote_get($category_url, array('timeout' => 2));
if ( is_wp_error( $response ) ) {
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment