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