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