dimanche 31 janvier 2016

Calling a wordpress plugin in the header with a hook

I have this plugin http://ift.tt/20AixkF that is called in the footer but i need it to be in my header. I've managed to do that easily with some css. But then i've noticed this line:

 add_action('wp_footer', 'wayne_audio_player_markup');

So i tried this:

add_action('get_header', 'wayne_audio_player_markup');

But it doesn't seem to work. I would like to know if there's a way of calling this plugin in the header without css code.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire