We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2174f commit f8f4088Copy full SHA for f8f4088
modules/core/components/skip-link.php
@@ -71,6 +71,7 @@ public function __construct() {
71
72
if ( $this->settings && ! empty( $this->settings['enabled'] ) ) {
73
remove_action( 'wp_footer', 'the_block_template_skip_link' );
74
+ add_filter( 'hello_elementor_enable_skip_link', '__return_false' );
75
76
add_action( 'wp_enqueue_scripts', [ $this, 'enqueue_skip_link_styles' ] );
77
add_action( 'wp_body_open', [ $this, 'render_skip_link' ] );
0 commit comments