//extra-added for setting the get-started button before header navigation
add_action( 'generate_before_navigation','get_started' );
function get_started(){
//Insert your hook contents in here.
echo "<div class='superdiv'> <button class='superheaderbtn' type=button'> Get Started </button> </div>";
}
0 Comments
Post a Comment