Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

hook

function custom_hook( $class ) {
	
}
add_filter( 'link_category', 'custom_hook', 10, 1 );