Jake Vanderwerf
2025-10-18 b0194e10a87e16797a568d8a30d53ebecd27d8a4
templates/dashboard/sections/favourites.php
@@ -3,7 +3,7 @@
    exit; // Exit if accessed directly
}
if (!current_user_can('can_favourite')) {
    wp_redirect(get_home_url(2, '/dash'));
    wp_redirect(get_home_url(null, '/dash'));
    exit;
}