Here is the error Parse error: syntax error, unexpected ‘[‘ in /data/23/2/139/4/2791167/user/3070939/htdocs/wordpressnew/wp-content/themes/jevelin/inc/amp.php on line 28
I cannot access the webpage, here is line 27 through 42.
function templates_files( $file, $type, $post ){
$files = [
‘footer’,
‘header-bar’,
‘html-start’,
‘meta-taxonomy’,
‘single’,
‘style’,
];
if( in_array( $type, $files ) ) :
return locate_template( ‘inc/templates/amp-templates/’. esc_attr( $type ) .’.php’ );
endif;
return $file;
}
Thank you ,
Jeff Meisenburg