Parse error Syntax error in google-captcha.php
-
Error message “Parse error: syntax error, unexpected T_STRING in ../wp-content/plugins/google-captcha/google-captcha.php on line 560”
if ( isset( $gglcptch_options[‘recaptcha_version’] ) && ‘v2’ == $gglcptch_options[‘recaptcha_version’] ) {
require_once( ‘lib_v2/src/autoload.php’ );
$reCaptcha = new \ReCaptcha\ReCaptcha( $privatekey );
$content .= ‘<style type=”text/css” media=”screen”>
#gglcptch_error {
color: #F00;
}
</style>Line 560 is $reCaptcha …
Any help?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Parse error Syntax error in google-captcha.php’ is closed to new replies.