• Resolved kokoasis

    (@kokoasis)


    Ahoy Antoine!

    I am ready for another exciting college football season using your wonderful plugin. I was just wondering if your “Shoutbox” feature has a control that would allow me to be automatically notified via email whenever a new post is added to it.

    Thanks!

    Kev

    https://wordpress.org/plugins/football-pool/

Viewing 1 replies (of 1 total)
  • Plugin Author AntoineH

    (@antoineh)

    There is a post save action you can hook into.

    $wpdb->query( $sql );
    do_action( 'footballpool_shoutbox_after_save', $text, $user );

    This allows you to send an email after a save of the text to the database. Requires some PHP coding to get it work.

Viewing 1 replies (of 1 total)
  • The topic ‘Shoutbox Notification’ is closed to new replies.