get_settings_url(); } /** * Check if the task is complete. * * @return bool */ public function is_complete() { return WC_Google_Analytics_Integration::get_integration()->is_setup_complete(); } }