• Resolved jdnrms

    (@jdnrms)


    Received the following error on update ‘Parse error: syntax error, unexpected ‘[‘ i/wp-content/plugins/validated-field-for-acf/validated_field_v5.php on line 369’

    Resolved by changing on line 369:

    $index = explode( '][', $input )[1]; //Invalid syntax

    to

    $index = explode( '][', $input );
    $index = $index[1];

    https://ww.wp.xz.cn/plugins/validated-field-for-acf/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Latest Version Parse Error’ is closed to new replies.