Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function autologin_link() {
- $contact_id = wp_fusion()->user->get_contact_id();
- return '<a href="http://italymadeeasy.com/?cid=' . $contact_id .'">Link Text</a>';
- }
- add_shortcode( 'autologin_link', 'autologin_link' )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement