Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42681
    Anonymous
    Inactive

    Is it possible to add a function to be notified by email (like a new comment) when a new draft activity is add?

    #47406
    Franky
    Keymaster

    There’s an action hook available after an event has been created, see:

    http://www.e-dynamics.be/wordpress/?cat=41

    Just do something when the state is draft then …

    #47407
    Anonymous
    Inactive

    Hum, I don’t understand what to do exactly :

    add_action(’eme_insert_event_action’,’do_my_stuff’);

    function do_my_stuff($event) {

    ….

    }

    #47408
    Franky
    Keymaster

    The link posted above contains references to wordpress explanations for how action hooks work.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top