Our Latest News
How to collect log messages across multiple classes or functions in WordPress plugins or themes.
This is a lightweight way that I like to use to collect log texts in my WordPress plugins across different classes and methods involved in a process. The advantage of this is that it uses WordPress internal functionality, namely the Action API. To create log messages...
WordPress Plugin Updates: Post Status Notifier Lite and ASA1
Recently two of our free WordPress plugins were updated: Post Status Notifier Lite (PSN Lite) and AmazonSimpleAdmin (ASA1). Post Status Notifier Lite Update PSN Lite has been upgraded to the development status of the premium version. This includes some bugfixes but...
666 Post Status Notifier sales and new update to version 1.8.4
Today two events of our WordPress plugin "Post Status Notifier" coincided: Sale number 666 and the release of update 1.8.4! Well, the update is not really a big deal, but rather the 666th sale. We are very proud about the increasing number of customers who trust in...
Create notifications for WP Job Manager Applications
In an earlier post I showed you how to create notifications for job listings handled by WP Job Manager. If you are using the "Job Applications" add-on, it is also possible to let you notify about new job applications or to send confirmations to applicants with our...
How to find out which WordPress hooks (actions and filters) apply on a page / post
When I am developing a theme or plugin for WordPress, I often have to deal with the so called hooks, more precisely "actions" and "filters". There are a ton of those hooks in the WordPress core, giving the developer the ability to add custom functionality or output....
Setup email notifications for WP User Frontend submitted posts
WP User Frontend is one of the best WordPress plugins for front-end post submission. It allows you to implement a form where visitors of your website can submit new content, like stories, reviews, events or whatever your website is about. Typically you want the new...