snippet doesn't work anymore
-
hey,
after i installed adminer my snippet to stay loged after booking an event which i placed in the theme function and worked before doesn’t anymore?is it possibel that the plugin has something to do with it?
here the snipet:
/************* STAY LOGGED-IN *************/ function my_em_booking_login($result, $EM_Booking){ if ( $result ){ $userid = $EM_Booking->get_person()->ID; wp_signon($userid); wp_set_auth_cookie($userid); } return $result; } add_filter('em_bookings_add', 'my_em_booking_login',1,2);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘snippet doesn't work anymore’ is closed to new replies.