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