As you correctly surmised, the culprit is your obsolete php 5.6.
You need to remove the ":string" from that line:
toCode:function recaptcha_get_html($fieldset = false, $theme = 'light', $size = 'normal', $style = null): string {
Code:function recaptcha_get_html($fieldset = false, $theme = 'light', $size = 'normal', $style = null) {


Reply With Quote
