googlesitekit_is_feature_enabled
googlesitekit_is_feature_enabled
Appears in: wordpress-seo.26.1.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.26.1.1apply_filters('googlesitekit_is_feature_enabled') is found 1 times:
- /src/conditionals/google-site-kit-feature-conditional.php line 34
Warning: Undefined array key 36 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 37 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 38 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 39 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* * @return bool `true` when the Site Kit feature is enabled. */ public function is_met() { return $this->options->get( 'google_site_kit_feature_enabled' ) === true || \apply_filters( 'googlesitekit_is_feature_enabled', false, 'yoastIntegration' ); } }