• Hello!

    I’m here in California and accessibility just became vitally important due to all restaurants resorting to online ordering to stay open. We have some pretty strict rules here.

    I need to add skip link code right before the Food List. I’m trying to use a hook, but I may have the wrong one.

    Here’s what I’m using:

    function accessibility_skip_link() {
    	
    	echo '<div class="skip-link" href="#foodlist">Skip to main content</a></div>';
    }
    add_action( 'rpress_before_fooditem_content', 'accessibility_skip_link');

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘What hook do I use to add content before food list?’ is closed to new replies.