''); public function is_connected(){return!empty($this->credentials['api_key']);} public function admin_widget($prev=array()){ $c = $this->get_credentials(); $int = wmf_get_integrations(); $act = $int->action_update; $nonce= wp_create_nonce($act); $conn = $this->is_connected(); echo '
'; if($conn) echo '
✓ Verbunden
'; echo '
'; echo ''; echo ''; echo ''; echo '

'; echo ''; echo 'Google Cloud Console → Places API aktivieren.

'; echo '

'; echo '
'; echo '
'; } }