remove trigger fn

This commit is contained in:
IanDelMar 2023-10-10 15:32:05 +02:00
parent 5439b2fe9e
commit 666a412496
1 changed files with 0 additions and 7 deletions

View File

@ -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',
);
}