內容簡介
WP Developer Assistant 是一款由 WordPress 開發者為 WordPress 開發者開發的 WordPress 外掛。
當你無法使用 phpMyAdmin 或 SSH 時,有否需要執行查詢?
當你需要上傳外掛、佈景主題或其他文件,卻沒有 FTP 存取權限時,你是否很煩惱?
你是否曾經好奇某個動作或過濾器鉤子在哪裡被呼叫?
想要啟用錯誤訊息,卻不希望讓其他使用者看到嗎?
你是否希望在每個頁面上輸出 PHP 全域變數值的完整清單,以便更輕鬆地進行除錯?
曾經想過修改其中一個序列化選項嗎?
你是否想要快速查看所有已定義的常數清單?
正是這些想法促使我製作了這個外掛。WP Developer Assistant 是目前為止首個 WordPress 外掛。它本質上是一個工具箱,使 WordPress 開發更輕鬆。
功能
自定義啟用 PHP 錯誤,僅供你使用者查看。
在每個頁面上顯示 PHP 的內建全域變數的值(_POST、_REQUEST、_FILE、_ENV 等)。
輕鬆修改 Options 資料表的值,包括序列化資料。
查看所有 add_action、do_action、add_filter 和 apply_filter 函式呼叫的完整清單,包含函式名稱、優先順序、接受的參數數量、來源檔案名稱和檔案行號的資訊。
使用 Run Query 工具快速執行查詢。
顯示 phpinfo()。
查看所有已定義命名常數的完整清單,包括目前值、已宣告值、定義來源檔案名稱和定義檔案行號。
快速且輕鬆地上傳檔案到 WordPress 安裝目錄中的任何位置。上傳工具甚至會自動將封存的檔案解壓縮到目的地目錄。
這個外掛還有許多更多的功能待開發。有關此外掛及其開發的更多信息,請訪問WP Developer Assistant 首頁。
系統需求
PHP 4+
WordPress 2.2+
版本歷史
1.0.1 - 2008 年 06 月 26 日 - 初始版本
1.0.2 - 2008 年 06 月 26 日 - 稍作修改,需要新版本
1.0.3 - 2008 年 07 月 01 日 - 添加對 PHP 4 的支援
更多信息
有關此外掛及其開發的更多信息,請訪問WP Developer Assistant 首頁。
外掛標籤
開發者團隊
原文外掛簡介
WP Developer Assistant is a WordPress plugin developed by a WordPress developer for WordPress developers.
Have you ever needed to run a query when you didn’t have access to phpMyAdmin or SSH?
Don’t you hate it when you need to upload a plugin, theme, or other file and don’t have FTP access?
Have you ever wondered where that action or filter hook gets called?
Want to enable errors while hiding them from everyone else?
Wouldn’t it be great if you could output a full listing of PHP global variable values on each page so debugging would be easier?
Ever wanted to modify one of those serialized options?
Would you like to quickly see a full list of defined constants?
It’s thoughts like these that caused me to make this plugin. WP Developer Assistant is the first WordPress plugin of its kind. It essentially is a toolkit that makes life as a WordPress developer easier.
Features
Customizable enabling of PHP errors that only show for your user.
Display values of PHP’s built-in global variables (_POST, _REQUEST, _FILE, _ENV, etc) on each page.
Easily modify Options table values, including serialized data.
View a full list of all the add_action, do_action, add_filter, and apply_filters function calls complete with information on function names, priorities, number of accepted arguments, source file name, and file line number.
Quickly execute queries with the Run Query tool.
Show phpinfo().
View a comprehensive list of all the defined named constants, their current value, the declared value, the source file name of the definition, and the file line number of the definition.
Quickly and easily upload files to any place inside your WordPress installation. The uploader will even automatically extract archives to the destination directory.
There are many more features planned for this plugin. For more information about this plugin and its development, visit the WP Developer Assistant Home Page.
Requirements
PHP 4+
WordPress 2.2+
Version History
1.0.1 – 2008-06-26 – Initial release version
1.0.2 – 2008-06-26 – Slight modification that required a new version
1.0.3 – 2008-07-01 – Added support for PHP 4
More Information
For more information about this plugin and its development, visit the WP Developer Assistant Home Page.
