Advertisement
verygoodplugins

Untitled

Feb 28th, 2020
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. function autologin_link() {
  2.  
  3.     $contact_id = wp_fusion()->user->get_contact_id();
  4.  
  5.     return '<a href="http://italymadeeasy.com/?cid=' . $contact_id .'">Link Text</a>';
  6.  
  7. }
  8.  
  9. add_shortcode( 'autologin_link', 'autologin_link' )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement