Function Reference: geodir_disable_yoast_seo_metas

Summary

Checks that Yoast SEO is disabled on GD pages.

Return Values

(bool)
  • True if Yoast SEO disabled on GD pages.

Change Log

Since: 1.6.18

Source File

geodir_disable_yoast_seo_metas() is located in geodirectory-functions/custom_functions.php [Line: 2991]

Source Code

function geodir_disable_yoast_seo_metas() {
	return (bool)get_option( 'geodir_disable_yoast_meta' );
}