From 666a4124964198e4e8b738beb21f1d4b16e6d42a Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:32:05 +0200 Subject: [PATCH] remove trigger fn --- functions.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/functions.php b/functions.php index 3fa445a5..3b2100f8 100644 --- a/functions.php +++ b/functions.php @@ -43,10 +43,3 @@ if ( class_exists( 'Jetpack' ) ) { foreach ( $understrap_includes as $file ) { require_once get_theme_file_path( $understrap_inc_dir . $file ); } - -function trigger_fixable_cs_error() { - $array = array( - 'key1' => 'value1', - 'key11111' => 'value11111', - ); -}