
內容簡介
總結:這是一個簡單的 WordPress 外掛,可以即時在管理面板的一個 metabox 中記錄錯誤。
問題與答案:
<ul>
<li>這個 WordPress 外掛主要是用來做什麼?</li>
<li>答:這個外掛主要用來即時記錄錯誤,並顯示在管理者面板的 metabox 中。</li>
<li>使用這個外掛有什麼好處?</li>
<li>答:這個外掛讓管理者能夠立即看到任何錯誤,幫助更快速地解決問題。</li>
<li>外掛的操作界面是在哪裡?</li>
<li>答:操作界面是在 WordPress 的管理後台面板的一個 metabox 中。</li>
</ul>
外掛標籤
開發者團隊
原文外掛簡介
A simple plugin to log errors in real time in a metabox in the admin panel, too integrated with WP-CLI.
For the run command with WP-CLI is necessary to activate the plugin and install WP-CLI.
When running, paste the command wp slvpl logs-erros into the terminal, by default the number of lines is 1000 but you can control the number of lines through the --num_linhas parameter
For the example: wp slvpl logs-erros [--num_linhas=
better in the example wp slvpl logs-erros --num_linhas=100.
