My First Plugin

October 16, 2007

Yes, ladies and gentlemen, I have started learning how to write WordPress plugins. My first plugin is one that removes the word “Private: ” from the beginning of blog and page titles (when they are saved with a status of private).

The way this works is by creating a function that takes one argument. I then [...]

0