A simple lookup tool for WordPress functions, filters, actions and more – wphit.com

// March 3rd, 2010 // wordpress

Last weekend I got a little bored of grepping through code and jumping between various sites to look-up parameters for functions in WordPress, so I just took the various sources I check most often ( The Codex, PHPDoc and the Source ) and linked them together using, you might guess, WordPress.

My main goal was to create something that is easy to integrate in my editor of choice ( Coda ) for direct look-ups, have a clean minimalistic design and provides some indexes for easy navigation between files, functions, methods, filters, actions and such.

The result can be found at http://wphit.com/lookup

It still needs a lot of loving, but I thought, I already throw it out there so at least I can use it. Please let me know what you think about it and if you have any ideas how to make it better.

Leave a Reply