Hi Mike,
It’s indeed an error with wp_remote_post.
I have this message:
$result = wp_remote_get( "https://maps.googleapis.com/maps/api/geocode/json?address=california&sensor=false", array( 'timeout' => 5, 'redirection' => 1, 'httpversion' => '1.1', 'user-agent' => 'WordPress/WP-Job-Manager-' . JOB_MANAGER_VERSION . '; ' . get_bloginfo( 'url' ), 'sslverify' => false ) ); var_dump( $result );
But I don’t know how to fix it.
As @jobme, when I click on the location from my dashboard, it sends me to the good spot, but it doesn’t geocode.