摘要: //产品描述有超链接,去掉 function remove_product_hyperlinks($content) { if (is_product()) { // 确保只在产品页面上应用 $content = preg_replace('/<a href=".*?">(.*?)<\/a>/', 阅读全文
posted @ 2024-05-24 17:08 还好阿卡 阅读(7) 评论(0) 推荐(0) 编辑