Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

hooks Cabecera

bal bla bla hooks cabecera

function erick_saludo() {
	echo '<strong> hola que hace </strong>';
}
add_action( 'wp_head', 'erick_saludo' );