*/ class Ad_Back_Get { static public function execute($url) { $response = wp_remote_get($url); return wp_remote_retrieve_body($response); } }