An example plugin developed to demonstrate how to create and style custom comment notification emails.
- Tom McFarlin
- GPL
- Extract the plugin to a directory on your computer (it should be called
custom-comment-emails
) - Upload to your wp-content/plugins directory
- Navigate to the 'Plugins' menu
- Click on 'Add New'
- Click on 'Upload'
- Locate the plugin's zip file on your computer
- Upload and install
1.0
- Renaming
README.txt
toREADME.md
- Adding the proper headers for the email
- Moving the CSS to inline styles to support Gmail
0.3
- Customizing the body of the email
0.2
- Adding filters for both comment moderation and comment notification
- Defining the subject line filter
0.1
- Initial release of the skeleton of the plugin