內容簡介
這個外掛可以最快速、最簡便的方法來開啟/關閉偵錯模式,以及從管理介面直接檢視PHP的資訊。
您可以輕鬆切換偵錯模式(<?php define( 'WP_DEBUG', true ); ?>),以及查看 PHP 版本以及資訊(<?php phpinfo(); ?>)。
如何操作?
啟用此外掛即可開啟,停用外掛則可以關閉它,這樣偵錯完成時就不必再手動處理。
為什麼使用這個外掛?
雖然市面上已有數個外掛提供這個功能,但它們都感覺有些笨重且過度複雜。使用這些外掛時需要手動切換偵錯模式,而且它們還會加入其他的附加功能,這些功能可能只是造成使用上的困擾。因此,我開發了一個更簡單的外掛。
外掛標籤
開發者團隊
原文外掛簡介
💬 Ask Question | 📧 Email Me
The fastest and easiest way to switch debug mode on/off and view PHP info directly from the admin.
Toggle debug mode ( ) and view PHP version and info ( ).
How?
Simply activate the plugin to enable and deactivate the plugin to disable them when you’re done debugging.
Why?
There are a dozen other debugging plugins that already do this (more or less), so why create another?
Well, I already tried them all, and they just felt clunky and unnecessarily overcomplicated. I got tired of having to manually switch debug mode on and off and these other plugins didn’t offer a simple way to do that without also adding a bunch of other bells and whistles that I found to just be in the way, so I made something simpler.
