markdown WordPress调试工具(包括twig调试)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown WordPress调试工具(包括twig调试)相关的知识,希望对你有一定的参考价值。

(Assuming you've already got the WP CLI tool installed)

In terminal, cd to your site. Then paste in:
`wp plugin install debug-bar debug-bar-timber quick-edit-template-link debug-bar-console  --activate`

Next, add the following to your .gitignore file:
```
# Local Debugging Plugins #
###########################
wp-content/plugins/debug-bar/
wp-content/plugins/debug-bar-timber/
wp-content/plugins/debug-bar-console/
wp-content/plugins/quick-edit-template-link/
```
 
Note that you'll have to re-enable the plugins every time you download a fresh copy of the database from Pantheon, since those plugins aren't enabled (or installed) on the Pantheon site.

以上是关于markdown WordPress调试工具(包括twig调试)的主要内容,如果未能解决你的问题,请参考以下文章

Python实现批量导入Markdown文件到WordPress(博客搬家工具,代码已开源)

Python实现批量导入Markdown文件到WordPress(博客搬家工具,代码已开源)

markdown 调试工具栏

WordPress的神器

markdown 用于测试/调试HTTP(S)和restAPI(RESTful)的HTTP(S)基准测试工具/工具包

WordPress 安装 Markdown 插件