內容簡介
這個外掛非常適合需要除錯自己或他人 WordPress 網站的使用者。它會收集並顯示和/或發送由使用者提供的電子郵件地址的除錯信息。
這對於想要除錯使用者網站的外掛或佈景主題作者很有幫助。
一些功能:
顯示系統資訊
發送系統信息到電子郵件
任意部分
您可以提供任意的部分,格式與上面的部分相同。在非常複雜的外掛中,這可能非常有用,需要傳達更多不能放入“描述”或“安裝”的類別中的信息。任意部分將顯示在上面輪廓線內置的部分下方。
簡要的 Markdown 範例
有序列表:
某些功能
另一個功能
關於插件的其他事情
無序列表:
某些東西
其他東西
第三件事
這是WordPress的連結和Markdown 語法文件的連結。
標題是可選的,自然而然。
Markdown 使用電子郵件樣式的表示引用,我被告知:
星號強調。加倍強調。
<?php code(); // goes in backticks ?>
外掛標籤
開發者團隊
原文外掛簡介
This plugin is great for someone needing to debug their own or another person’s WordPress site. It will collect and display and/or send debug information to an email address provided by the user.
This is helpful for plugin or theme authors wanting to debug user’s sites.
Some features:
Displays system information
Emails system information
Arbitrary section
You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
plugins where more information needs to be conveyed that doesn’t fit into the categories of “description” or
“installation.” Arbitrary sections will be shown below the built-in sections outlined above.
A brief Markdown Example
Ordered list:
Some feature
Another feature
Something else about the plugin
Unordered list:
something
something else
third thing
Here’s a link to WordPress and one to Markdown’s Syntax Documentation.
Titles are optional, naturally.
Markdown uses email style notation for blockquotes and I’ve been told:
Asterisks for emphasis. Double it up for strong.
