From e614bbfbc513f7f3c37725048017ed6a25acd6af Mon Sep 17 00:00:00 2001 From: BootWP Date: Sun, 24 Dec 2023 16:34:01 +0200 Subject: [PATCH] Fix deprecated the_block_template_skip_link --- inc/scripts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/scripts.php b/inc/scripts.php index 4c926c5..8ae5c6c 100644 --- a/inc/scripts.php +++ b/inc/scripts.php @@ -291,6 +291,7 @@ function hms_enqueue_styles() { * Enqueue scripts */ function hms_enqueue_scripts() { + remove_action( 'wp_footer', 'the_block_template_skip_link' ); wp_footer(); wp_print_scripts( 'hms-scripts' ); }