Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save generatepress/0d423140a25713facb6cc4db94e38ca6 to your computer and use it in GitHub Desktop.
Save generatepress/0d423140a25713facb6cc4db94e38ca6 to your computer and use it in GitHub Desktop.
add_filter( 'generate_premium_url_args', function( $args ) {
$args['ref'] = 123; // Add your affiliate ID
return $args;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment