Wayne

Wayne

Filter: postie_place_media_before

This filter is called after the image/audio/video/attachment template has been filled out and the “Image Location” setting is “Before” and gives you the opportunity to change the markup referring to the media. Parameters: $html – the html fragment that will replace…

Filter: postie_place_media

This filter is called before the palceholder (#img1#) is replaced with html markup. Parameters: $html – the html fragment that will replace the placeholder. This html is based on the template specified in the settings for the file type. $media_id –  the…

1.8.9 Released

Fix bug when calling new postie_email_* filters Fix bug where inline and related attachments were not being considered for #img#

1.8.8 Released

Fix bug where success/fail email notifications had missing info. Fix bug where galley wan’t being inserted on some plain text messages Enhance auto linkification to recognize links like <http://example.com/> Separate success and failure emails. Fix readme New filter: postie_email_reject_recipients –…

Filter: postie_email_notify_body

This filter is called before a success notification email is sent and can be used to modify the message body. Parameters: $body – a string that is the email body. The email is sent as text/plain so HTML is not supported. $postemail – an…

Filter: postie_email_reject_body

This filter is called before a reject notification email is sent and can be used to modify the message body. At the point the filter is called there is no post created. Parameters: $body – a string that is the email…

Filter: postie_email_notify_subject

This filter is called before a success notification email is sent and can be used to modify the subject line. Parameters: $subject – a string that is the email subject. $postemail – an array that represents the parsed email. See filter: postie_post_pre for more details. $postid – the…

Filter: postie_email_reject_subject

This filter is called before a reject notification email is sent and can be used to modify the subject line. At the point the filter is called there is no post created. Parameters: $subject – a string that is the email subject.…

Filter: postie_email_notify_recipients

This filter is called before a success notification email is sent and can be used to modify the recipient list. Parameters: $recipients – an array of email address that the email will be delivered to. $postemail – an array that represents the…

Filter: postie_email_reject_recipients

This filter is called before a reject notification email is sent and can be used to modify the recipient list. At the point the filter is called there is no post created. Parameters: $recipients – an array of email address that…