上一篇文章分享了WordPress 发布文章评论自动刷新腾讯云 CDN 的教程,而博客现在还用到了 VeryCloud 的 CDN,正好有朋友在文章后面留言说 VC 也有刷新缓存的 API,于是就利用中午的时间折腾了下.../**
* WordPress 发布/更新文章、提交/审核评论自动清理VeryCloud CDN缓存(首页、分类以及当前文章) By 张戈博客
* 文章地址:https://zhangge.net/5090...url, $data, $type = "POST") {
$ch = curl_init();
// 使用TLS1.0
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER..., FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($ch, CURLOPT_SSLVERSION...CURLOPT_TIMEOUT, 1 );
curl_setopt($ch, CURLOPT_POST, true);
if ( $type == "POST" ) {
$parm_string = http_build_query