• Resolved jaimyrademaker

    (@jaimyrademaker)


    Hi,

    Is there any hook available I could use to call a custom function right after a user is imported by the plugin. We want to create some posts for every user that is imported.

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Javier Carazo

    (@carazo)

    Yes sure, you have it:

    do_action('post_acui_import_single_user', $headers, $data, $user_id );
    

    Look at the code if you have any doubts.

Viewing 1 replies (of 1 total)

The topic ‘Custom action after user import’ is closed to new replies.