// Flush cache setiap hari jam 2 pagi
if (!wp_next_scheduled('daily_flush_cache')) {
    wp_schedule_event(time(), 'daily', 'daily_flush_cache');
}
add_action('daily_flush_cache', function() {
    // Panggil fungsi flush cache
    do_action('flush_all_cache_now');
});<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.agelessmasonry.com/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://www.agelessmasonry.com/author/ageless/</loc></url><url><loc>https://www.agelessmasonry.com/author/agelessnicole/</loc></url><url><loc>https://www.agelessmasonry.com/author/admin/</loc></url></urlset>
