syntax error, unexpected '->' (T_OBJECT_OPERATOR) in /home/site/public_html/wp-content/plugins/ninja-forms/includes/Routes/Submissions.php on line 716 [closed]
I just update the ninja form plugin and after getting this error
// Handlers using NinjaForms\Includes\Abstracts\SubmissionHandler
// already pass through entity, but it is not guaranteed that all
// handlers will use the abstract
$arrayFromEntity = (SubmissionExtraHandlerResponse::fromArray($response))->toArray();
return $arrayFromEntity;
}
}
source https://stackoverflow.com/questions/70127984/syntax-error-unexpected-t-object-operator-in-home-site-public-html-wp-c
Comments
Post a Comment