Wayne

Wayne

Action: postie_register_shortcode_pre

This action is called just before postie_post_before. You use this action to register any Postie specific shortcodes. <?php function my_postie_register_shortcode_pre() { //register any Postie shortcodes add_shortcode(‘myshortcode’, ‘my_shortcode’); } add_action(‘postie_register_shortcode_pre’, ‘my_postie_register_shortcode_pre’); // works like a standard shortcode function my_shortcode($att, $content = null) {…

1.9.44 Released

refactoring to separate email fetch from email processing add postie_register_shortcode_pre action for registering Postie shortcodes

Postie Suspended from the WordPress repository

UPDATE Jan 18, 2020 Postie has been reinstated! I was notified today that Postie has been suspended from the WordPress plugin repository Your plugin has had to be temporarily withdrawn from the WordPress.org Plugin Directory due to an exploit. The exploit is…