settings = get_option( Settings::SKIP_TO_CONTENT ); if ( $this->settings && ! empty( $this->settings['enabled'] ) ) { remove_action( 'wp_footer', 'the_block_template_skip_link' ); add_filter( 'hello_elementor_enable_skip_link', '__return_false' ); add_action( 'wp_enqueue_scripts', [ $this, 'enqueue_skip_link_styles' ] ); add_action( 'wp_body_open', [ $this, 'render_skip_link' ] ); } } }