From ed38d74c9542361fb2022b807af2e01d785c26ce Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:40:37 +0200 Subject: [PATCH] update theme version that deprecates hook --- inc/template-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/template-tags.php b/inc/template-tags.php index 1822b9ba..37b3ce79 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -342,7 +342,7 @@ if ( ! function_exists( 'understrap_link_pages' ) ) { $args = apply_filters_deprecated( 'understrap_link_pages_args', array( $args ), - '1.3.0', + '1.2.3', 'wp_link_pages_args' );