parse error after update..
-
Parse error: syntax error, unexpected '[' in ...wp-content/plugins/easy-fancybox/inc/class-easyfancybox-admin.php on line 21
with the latest version (1.6.3)..
changed this:
public static function register_settings( $args = [] ) {
to this to work:
public static function register_settings( $args = array() ) {
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘parse error after update..’ is closed to new replies.