這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Find Function/Class

描述

You don’t find the PHP function or class in a WordPress system?
This plugin add a button on the admin bar that open a simple modal!

Check the screenshots!

GitHub: https://github.com/Mte90/WP-Find-Function

The plugin use ReflectionFunction and ReflectionClass of PHP5 to find this info.

螢幕截圖

  • Class found
  • Function found
  • Function/Class not found

安裝

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘find-function’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

常見問題

Installation Instructions
  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘find-function’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard
Why use?

This solution is useful for not search in all of your files.

How work

Simple ajax request in the same page that inject the data and show it in the modal.

評價

2016年9月3日
It´s such a mess to look for a function you have to change or something. This plugin really kicks ass and finds the function, you were searching the last hours!
閱讀全部2個評價

貢獻者及開發者

“Find Function/Class” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Find Function/Class 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.1

Support for enter key on the search field
Text field escaped
Show the parameters and the method if avalaible

1.0

First Release