/**
  * Wrapper to enable stubbing in tests.
  */
 protected function wp_seo_active()
 {
     return Yoast_GA_Utils::wp_seo_active();
 }