• Resolved huynd1904

    (@huynd1904)


    How can i add external_id of user using this plugin

    OneSignalDeferred.push(async function (OneSignal) {

    <?php if (is_user_logged_in()): ?>

    await OneSignal.login(“<?= ‘wp_user_’ . get_current_user_id(); ?>”);

    <?php endif; ?>

    });

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘add external_id to user’ is closed to new replies.