add external_id to user
-
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)
- You must be logged in to reply to this topic.