Advertisement
verygoodplugins

Untitled

Jun 13th, 2022
906
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. function my_wpf_custom_leadsource_vars( $vars ) {
  2.     $vars[] = 'ut_s';
  3.     $vars[] = 'ut_m';
  4.     $vars[] = 'ut_c';
  5.     return $vars;
  6. }
  7.  
  8. add_filter( 'wpf_leadsource_vars', 'my_wpf_custom_leadsource_vars' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement