Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function auto_login_contact_id( $contact_id ) {
- if ( is_email( $contact_id ) ) {
- $contact_id = $this->get_contact_id( urldecode( $contact_id ) );
- }
- return $contact_id;
- }
- add_filter( 'wpf_auto_login_contact_id', 'auto_login_contact_id' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement