$restriction, 'reason' => '', ); } $restriction['mysql'] .= " AND post.ID NOT IN (SELECT post_id FROM $wpdb->postmeta WHERE meta_key = '_yoast_wpseo_meta-robots-noindex' AND meta_value = '1' ) "; $restriction['reason'] .= ' Yoast SEO'; return $restriction; } /** * Prints out the form fields for disabling the feature. */ function relevanssi_yoast_form() { $seo_noindex = get_option( 'relevanssi_seo_noindex' ); $seo_noindex = relevanssi_check( $seo_noindex ); ?>