Simply add this into your theme, in functions.php
// change affilate ID
add_filter( ‘affID’, function( $words ) {
return “Your_AffID”;
});
Where you must changeĀ Your_AffID with your own id.
Simply add this into your theme, in functions.php
// change affilate ID
add_filter( ‘affID’, function( $words ) {
return “Your_AffID”;
});
Where you must changeĀ Your_AffID with your own id.