

function sanitize_jasp_settings($input){

    $existing =
        get_option(
            'jasp_settings',
            []
        );

    $existing['auto_search'] =
        !empty($input['auto_search'])
        ? 1
        : 0;

    $existing['auto_search_delay'] =
        isset($input['auto_search_delay'])
        ? intval($input['auto_search_delay'])
        : 5000;

    $existing['button_text'] =
        isset($input['button_text'])
        ? sanitize_text_field(
            $input['button_text']
        )
        : 'Search';

    return array_merge(
        $existing,
        $input
    );

}


<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.junot.nl/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.junot.nl/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.junot.nl/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.junot.nl/wp-sitemap-posts-waymark_map-1.xml</loc></sitemap><sitemap><loc>https://www.junot.nl/wp-sitemap-posts-reacg-1.xml</loc></sitemap><sitemap><loc>https://www.junot.nl/wp-sitemap-posts-tsmap-1.xml</loc></sitemap><sitemap><loc>https://www.junot.nl/wp-sitemap-taxonomies-category-1.xml</loc></sitemap></sitemapindex>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin


Served from: www.junot.nl @ 2026-05-16 16:29:41 by W3 Total Cache
-->