1.6.3 Released
Added postie_filter_email2 filter which includes To and Reply-To headers Added postie_author filter Revised help/support page
Added postie_filter_email2 filter which includes To and Reply-To headers Added postie_author filter Revised help/support page
This addon allows you to specify the language of the post to be used with the Polylang plugin. Check out the Polylang AddOn.
This action is called just after Postie saves the post. At the point the action is called the post has been created and all attachments have been uploaded and associated with this post. There is one parameter to this filter: $post The $post parameter is…
This filter is called after Postie has determined who the post author should be. At the point the filter is called there is no post created. The parameter is a WordPress user ID. add_filter(‘postie_author’, ‘my_filterAuthor’); function my_filterAuthor($userId) { //do some user…
This filter is called when Postie extracts the “from” email address. Typically you would use this filter if you wanted to decide between the “from”, “to” and “reply-to” email addresses. At the point the filter is called there is no…
Fixed cron issue Fixed issue where other plugins were not getting file type of attachment Moved help and FAQ to postieplugin.com
Allow negative time corrections Fix links to settings page Misc minor UI updates
Postie 1.6 has been released. This is the first in a series of significant internal improvements to make sure Postie is doing things “the WordPress way” and to allow easier Add On creation. New Cron URL Remote cron jobs need…
This addon will remove all text from an email (headers, footers, signatures) leaving just the images. Check it out.
You can now integrate Geolocation and Geolocation Plus plugins with Postie. This addon allows you to specify a latitude and longitude in your email and a map with a location pin will be added to the post. Check it out.