Make ADMIN everyones FRIEND?
-
Hey Guys,
I imported my users and Id like to add ADMIN as everyones friend. I found this snippet…
(But it doesnt work)function create_global_buddypress_friend($user_ID) { global $wpdb; $now = date('Y-m-d H:i:s'); $wpdb->insert($wpdb->prefix . "bp_is_friends", array('initiator_user_id' => $user_ID,'friend_user_id' => '1','is_confirmed' => '1','date_created' => $now)); } add_action('user_register', 'create_global_buddypress_friend');
Any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.