Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Añadir texto en header

function anubam_horas_socios() {
	echo ´Hola ---- estas son las horas de marketing que te quedan ´;
}
add_action( 'wp_head', 'anubam_horas_socios' );