Mel
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Social Login] Send Welcome EmailI also was able to do a temp workaround using that function, what is you email btw
Forum: Plugins
In reply to: [WordPress Social Login] Send Welcome EmailYou can try this I can’t get that plugin to work for some reason
//notifiication email function wsl_user_email_init($user_id){ wp_new_user_notification($user_id, $userdata['pass']); } add_action('wsl_hook_process_login_before_redirect' , 'wsl_user_email_init');
added to functions.php
Forum: Plugins
In reply to: [WordPress Social Login] Users with non-Latin NamesForum: Plugins
In reply to: [WordPress Social Login] Import friends birthdays and genderYou can try this I can’t get that plugin to work for some reason
//notifiication email function wsl_user_email_init($user_id){ wp_new_user_notification($user_id, $userdata['pass']); } add_action('wsl_hook_process_login_before_redirect' , 'wsl_user_email_init');
added to functions.php
Forum: Plugins
In reply to: [WordPress Social Login] Import friends birthdays and genderSorry you need to remove
echo '<pre>'; print_r($contacts); echo '<pre>';
From facebook.php I was debugging it earlier
Let me know if that solves the headers issueForum: Plugins
In reply to: [WordPress Social Login] Import friends birthdays and genderI added sortable and filterable tables if anyone is interested
Still not working in Firefox tho. trying to fix that
PicForum: Plugins
In reply to: [WordPress Social Login] Import friends birthdays and genderForum: Plugins
In reply to: [WordPress Social Login] Import friends birthdays and genderWill post code shortly
Forum: Plugins
In reply to: [WordPress Social Login] How delete or update WP SL usersURL changed had to change it
Forum: Plugins
In reply to: [WordPress Social Login] How delete or update WP SL usersForum: Plugins
In reply to: [WordPress Social Login] How delete or update WP SL usersForum: Plugins
In reply to: [WordPress Social Login] How delete or update WP SL usersCorrection that code is native now my mistake, sorry
Forum: Plugins
In reply to: [WordPress Social Login] How delete or update WP SL usersHere is a solution for deletion of the whole users profile. You would need to add this code to your wsl.user.data.php file and add the appropiate shortcode or hook to use it tho
This accomplishes the same thing as above but can then be available to end users
not my code just saw it on github