I built a WordPress writing editor for Minn Admin that is one vanilla JavaScript file, no build step, no React. It stores native Gutenberg block markup. Complex layouts survive round trips as atomic i...
I have wanted a public database of WordPress admin notices for years. Every WordPress professional knows the feeling. You log into /wp-admin/ to do one small thing, and the top…
Most plugin closures are uneventful. A developer stops responding, pulls the plugin, the listing goes dark, and that is the end of it. My WP Beacon scanner flags these all day long. I glance at them a...
作者通过亲身经历,详细复盘了一起针对电商网站的高精度信用卡侧录攻击。攻击者利用Funnel Builder插件中一个隐蔽的逻辑反转漏洞(Nonce校验失效),以普通用户权限植入伪装成Google Tag Manager的恶意脚本。文章不仅展示了从发现异常、代码审计、定位根因到快速修补的全过程,还揭示了攻击者同时进行的盗卡验证行为。作者进一步探讨了AI辅助安全审计如何改变攻防节奏,以及传统CVE披露流程在快速响应面前的滞后性,具有极高的工程实战参考价值。
My security finder sent me a routine alert. One of the plugins in our fleet had a known issue. Quick Page/Post Redirect Plugin, version 5.2.3. I ran a fleet query. Twelve sites on it. I have run hundr...
作者通过截图和自然语言指令,利用 Claude Code 在八天内从零构建了一个全新的 WordPress 主题及插件,期间未编写任何代码。文章详细记录了从诊断旧主题与产品定位不符,到通过迭代截图调整设计,再到将博客内容需求转化为自定义区块(Block)的全过程。最终实现了插件数量从 35 个大幅精简,并解决了自定义区块在邮件客户端渲染的技术难点。核心观点是:与其维护臃肿的现有架构,不如利用 AI 直接构建满足具体需求的纯净方案。