We may earn money or products from the companies mentioned in this post.
Thank you for helping to support my work!
add_action ( 'wp_head', 'sir_terry' );
function sir_terry()
{
$clacks="<meta http-equiv=\"X-Clacks-Overhead\" content=\"GNU Terry Pratchett\" />";
echo $clacks;
}