How to add amazon affiliate 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.