• Resolved lstitx

    (@lstitx)


    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]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Skip Link can’t be disabled’ is closed to new replies.