WordPress Plugin

I wrote my very first plugin for WordPress.

The only thing it does is to append a string to the name of the author of a comment if the email address of the author contains a certain string. I was using the get_comment_author filter hook of WP. It is activated whenever the author of the commentator gets out of the database.

More information about plugins and hooks in wordpress: http://codex.wordpress.org/Plugin_API

A list of the hooks in wordpress with displayed source code of the usage: http://adambrown.info/p/wp_hooks/hook

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>