// WPML compatibility: register error message options for translation
add_action( 'wpml_register_single_string', function () {
	$fields = [
		'error_required_field',
		'error_invalid_email',
		'error_invalid_phone',
		'error_no_vehicle',
		'error_no_time',
		'error_invalid_address',
	];
	foreach ( $fields as $field ) {
		$option = get_option( 'ridecab_' . $field, '' );
		if ( $option ) {
			do_action( 'wpml_register_single_string', 'ridecab', 'ridecab_' . $field, $option );
		}
	}
} );
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://annuairesfrance.fr/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://annuairesfrance.fr/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://annuairesfrance.fr/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://annuairesfrance.fr/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://annuairesfrance.fr/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://annuairesfrance.fr/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://annuairesfrance.fr/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
