Forums

Post via XMLRPC from Flickr does not trigger Email Notification (1 post)

  1. bonaireguy
    Member
    Posted 1 month ago #

    I managed to get moblogging set up to my WordPress 2.5 blog using Flickr, which in turn adds posts via XMLRPC. However, posts made by Flickr are not triggering e-mail notification via the Email Notification 2.3.1 plug-in.

    I thought it might be because a post published via XMLRPC does not trigger the 'publish_post' action, but I saw no difference in behavior when I added:

    // Send the notification
    add_action('xmlrpc_publish_post', 'email_notification_send', 5);

    To the end of email_notification_2.3.1.php

    Any idea, suggestions, etc. on how to get email notification of new posts via XMLRPC working?

Reply

You must log in to post.

About this Topic