このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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

FAQ

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