[marches71]
[marches71 nb= »10″ titre= »Appels d’offres 71″]
$test = wp_remote_get(‘https://marches.ternum-bfc.fr/entreprise’);
if ( is_wp_error($test) ) {
echo ‘ERREUR : ‘ . $test->get_error_message();
} else {
echo ‘OK – code HTTP : ‘ . wp_remote_retrieve_response_code($test);
}
