_render( 'toggle-item', array( 'field_name' => 'wds_override_noindex', 'field_id' => 'wds_override_noindex', 'checked' => $robots_index_value, 'item_label' => esc_html__( 'Index - Override Taxonomy Setting', 'wds' ), 'item_description' => esc_html__( 'Instruct search engines whether or not you want this term archive to appear in search results.', 'wds' ), ) ); } else { $this->_render( 'toggle-item', array( 'inverted' => true, 'field_name' => 'wds_noindex', 'field_id' => 'wds_noindex', 'checked' => $robots_noindex_value, 'item_label' => esc_html__( 'Index', 'wds' ), 'item_description' => esc_html__( 'Instruct search engines whether or not you want this term archive to appear in search results.', 'wds' ), ) ); } $robots_follow_value = (boolean) smartcrawl_get_array_value( $tax_meta, 'wds_override_nofollow' ); $robots_nofollow_value = (boolean) smartcrawl_get_array_value( $tax_meta, 'wds_nofollow' ); if ( $global_nofollow ) { $this->_render( 'toggle-item', array( 'field_name' => 'wds_override_nofollow', 'field_id' => 'wds_override_nofollow', 'checked' => $robots_follow_value, 'item_label' => esc_html__( 'Follow - Override Taxonomy Setting', 'wds' ), 'item_description' => esc_html__( 'Tells search engines whether or not to follow the links on your term archive and crawl them too.', 'wds' ), ) ); } else { $this->_render( 'toggle-item', array( 'inverted' => true, 'field_name' => 'wds_nofollow', 'field_id' => 'wds_nofollow', 'checked' => $robots_nofollow_value, 'item_label' => esc_html__( 'Follow', 'wds' ), 'item_description' => esc_html__( 'Tells search engines whether or not to follow the links on your term archive and crawl them too.', 'wds' ), ) ); } ?>

' class='wds sui-form-control'/>