Home › Forums › Support › Javascript in slideout navigation hook › Reply To: Javascript in slideout navigation hook
October 6, 2016 at 12:44 pm
#232917
Lead Developer
Lead Developer
Should be pretty easy, you just need to use the generate_inside_slideout_navigation hook.
add_action( 'generate_inside_slideout_navigation','jamal_add_slideout_html' );
function jamal_add_slideout_html()
{
?>
Your stuff in here
<?php
}
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development