Site logo

Archived topic

screen-reader-text

17 replies · Started by Ignacio on February 26, 2018

Viewing posts 16–18 of 18

No problem! :)

Tom,
Referring to your post of March 8 (code below), I assume that this code can be entered in GP Hooks, correct? If so, where in GP Hooks would this be entered? I tried it in both wp_head and wp_footer, but I still saw the skip link.
And if not in GP Hooks, then where?
Thank you.
-Mark

Code from March 8:

add_action( 'after_setup_theme', function() {
    remove_action( 'generate_before_header', 'generate_do_skip_to_content_link', 2 );
}, 50 );
This archived topic is closed to new replies.