
// SOIL REORDER SORBETES
add_action('wp_ajax_soil_reorder_sorbetes', function() {
    if (!current_user_can('edit_pages')) { wp_send_json_error('forbidden'); }
    $id = 2996;
    $c = get_post_field('post_content', $id);
    // Find each sorbete img tag and extract them in order
    preg_match_all('/\[ux_image[^\]]*sorbete-([0-9]+)-2[^\]]*\][^\[]*\[\/ux_image\]/s', $c, $m);
    wp_send_json_success(['matches' => count($m[0]), 'nums' => $m[1], 'first' => substr($m[0][0],0,200)]);
});
// END SOIL REORDER SORBETES
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://mundosoil.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://mundosoil.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://mundosoil.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://mundosoil.com/wp-sitemap-posts-blocks-1.xml</loc></sitemap><sitemap><loc>https://mundosoil.com/wp-sitemap-posts-mailpoet_page-1.xml</loc></sitemap><sitemap><loc>https://mundosoil.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://mundosoil.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap></sitemapindex>
