-
Notifications
You must be signed in to change notification settings - Fork 4
wpt_utm_medium
github-actions[bot] edited this page Jun 14, 2026
·
1 revision
Filter the default utm_medium argument in link analytics.
add_filter(
'wpt_utm_medium',
function( string string ) {
// Your code here.
return string;
}
);-
stringstring$medium Default 'twitter'. Other variable names:$twitter
string
apply_filters( 'wpt_utm_medium', 'twitter' )