'','secret_key'=>'','score'=>'0.5'); public function is_connected(){return!empty($this->credentials['site_key'])&&!empty($this->credentials['secret_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 '

'; echo '

'; echo '

'; echo '

'; echo '

Schluessel bei Google erstellen → (Typ: v3)

'; echo '

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