please please help!! Can anyone spot the issue?
-
I am new to coding…
I keep getting this error, yet cannot find the issue within the first few lines of the code. Can someone please help?
Parse error: syntax error, unexpected ‘.’ in /home/content/p3pnexwpnas07_data01/30/2522230/html/wp-content/themes/SimpleShop/functions.php on line 8
<?php // include Advanced Custom Fields Plugin //define( 'ACF_LITE' , TRUE ); require_once 'inc/acf/acf.php'; include_once('inc/acf-repeater/acf-repeater.php'); include_once('inc/acf-flexible-content/acf-flexible-content.php'); if(function_exists("register_field_group")) { register_field_group(array ( 'id' => 'acf_home', 'title' => 'Home', 'fields' => array ( array (Can anyone see the issue?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘please please help!! Can anyone spot the issue?’ is closed to new replies.