15 August 2010

WordPress plugin development links

Posted: August 15th, 2010 | Author: Jon | Filed under: Development | Tags: , , , | 1 Comment »

While developing Basic-SEO I’ve found the following sites very useful for reference purposes:

WordPress Plugin Repositoryhttp://wp-plugins.org

You can’t beat learning by example, here you can browse the source code of all the plugins WordPress.org hosts.

WordPress PHP Documentationhttp://phpdoc.wordpress.org/

All the comments from the WordPress source code extracted in HTML format and correctly linked, very useful for looking up functions.

WordPress Hooks Databasehttp://adambrown.info/p/wp_hooks

Database of all the action & filter hooks that have ever been available in any WordPress release and where it occurs in the source code.

WordPress Codexhttp://codex.wordpress.org/

The official documentation for WordPress, has a very useful developer documentation section.

One Comment on “WordPress plugin development links”

  1. 1 James Nash said at 4:38 am on August 16th, 2010:

    Thanks for the references.


Leave a Reply