add_field( array( 'id' => $prefix . 'sitemap', 'type' => 'switch', 'name' => esc_html__( 'Include in Sitemap', 'rank-math' ), 'desc' => esc_html__( 'Include archive pages for terms of this taxonomy in the XML sitemap.', 'rank-math' ), 'default' => $is_enabled, ) ); $cmb->add_field( array( 'id' => $prefix . 'include_empty', 'type' => 'switch', 'name' => esc_html__( 'Include Empty Terms', 'rank-math' ), 'desc' => esc_html__( 'Include archive pages of terms that have no posts associated.', 'rank-math' ), 'default' => 'off', 'dep' => array( array( $prefix . 'sitemap', 'on' ) ), ) );