''); public function is_connected(){return!empty($this->credentials['measurement_id']);} 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 Analytics → Verwaltung → Datenstroeme → Mess-ID. Das gtag.js-Skript wird automatisch eingebunden.

'; echo '

'; echo '
'; echo '
'; } public function load(){if($this->is_connected()) add_action('wp_footer',array($this,'inject_gtag'));} public function inject_gtag(){ $id=esc_js($this->credentials['measurement_id']); echo ''; echo ''; } }