postmeta WHERE meta_key = 'exclude_local_search' AND meta_value = '1' ) "; $restriction['reason'] .= ' SEO Framework'; return $restriction; } /** * Prints out the form fields for disabling the feature. */ function relevanssi_seoframework_form() { $seo_noindex = get_option( 'relevanssi_seo_noindex' ); $seo_noindex = relevanssi_check( $seo_noindex ); ?>