Guest User

Untitled

a guest
Jun 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. add_filter( 'affiliates_notifications_tokens', 'example_affiliates_notifications_tokens' );
  2. function example_affiliates_notifications_tokens( $tokens ) {
  3. $tokens['your_token_name'] = 'your_token_value';
  4.  
  5. return $tokens;
  6. }
Add Comment
Please, Sign In to add comment