Skip Link can’t be disabled
-
Hi!
I’m currently trying to disable the skip link. It is currently displaying on every page. https://snipboard.io/uYSTn2.jpg
I tried to disable it with multiple actions / filters but none of them work:
add_filter( 'hello_elementor_enable_skip_link', '__return_false' );
remove_action( 'wp_footer', 'the_block_template_skip_link' );
remove_action( 'wp_body_open', 'gutenberg_the_skip_link' );
remove_action( 'init', 'gutenberg_the_skip_link' );
remove_action( 'wp_body_open', 'the_block_template_skip_link' );
remove_action( 'init', 'the_block_template_skip_link' );Is there another way I can get rid of this?
Cheers!
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.