插件开发文档

开发者工具

💡 云策文档标注

概述

本文档介绍了用于WordPress插件开发的各种工具,包括开发环境工具和浏览器内工具,重点讨论后者以帮助开发者正确构建和诊断问题。

关键要点

  • 工具分为开发环境工具(如xdebug、PHPCS)和浏览器内工具。
  • 本章专注于浏览器内工具,用于在WordPress中直接运行以辅助开发和问题诊断。

📄 原文内容

There are a wide variety of tools available to help with plugin development. Some of them are run in your development environment (xdebug, PHPCS, etc), but there are also some excellent tools that can run right inside WordPress to help you build things properly and diagnose problems.  This chapter deals with the in-browser tools.