• Hi There, Trying to get this action work after an entry has been edited.

    I would like to open an specific page.
    example after an entry has been edited open google.

    add_action(‘stickylist_entry_edited’,’my_entry_edited_function’, 10, 2 );
    function my_entry_edited_function($old_entry, $new_entry) {
    // Do something
    }

  • The topic ‘stickylist_entry_edited’ is closed to new replies.