By
Peter Wilson
on
The project I am on at work uses a lot of tags. My local data only needs to be “close enough” so I realised I can do things like this. Bye, Julian, bye-bye
if ( 'Julian Assange' === $term['name'] ) {
replace_julian_assange( $term['term_id'] );
}