Advertisement
verygoodplugins

Untitled

May 24th, 2021
857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. function maybe_start_tracking() {
  2.  
  3.     if ( isset( $_COOKIE['mtc_id'] ) && ! doing_wpf_auto_login() ) {
  4.         wp_fusion()->auto_login->start_auto_login( intval( $_COOKIE['mtc_id'] ) );
  5.     }
  6.  
  7. }
  8.  
  9. add_action( 'wp_fusion_init', 'maybe_start_tracking' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement