Update functions.php

This commit is contained in:
IanDelMar 2023-10-10 15:19:11 +02:00
parent 9990385bf0
commit 9cb4c6ed21
1 changed files with 5 additions and 2 deletions

View File

@ -44,6 +44,9 @@ foreach ( $understrap_includes as $file ) {
require_once get_theme_file_path( $understrap_inc_dir . $file );
}
function trigger_cs_error( $string ) {
echo $string;
function trigger_fixable_cs_error() {
$array = array(
'key1' => 'value1',
'key11111' => 'value11111'
);
}