
// VIP自定义下载限制 - 老用户单独权益
add_filter("zibll_filter_download_limit", function($limit, $user_id) {
    $custom_limit = get_user_meta($user_id, "custom_download_limit", true);
    if (!empty($custom_limit)) {
        return intval($custom_limit);
    }
    return $limit;
}, 10, 2);
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.data2.cn/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.data2.cn/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.data2.cn/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.data2.cn/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.data2.cn/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://www.data2.cn/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
