After the host update my WordPress, the website showing this, I am not a programmer so I really don't know how to fix this, please someone can help~ the error is
Parse error: syntax error, unexpected '50' (T_LNUMBER), expecting variable (T_VARIABLE) or '{' or '$' in /home/travelac/public_html/wp-content/themes/entrada-child/functions.php on line 57
And the code around there is:
function entrada_truncate( $input, $maxWords, $maxChars ) {
// $content = mb_strimwidth( $input, 0, 50, '...' );
wp_html_excerpt( $input, $50 );
return $content ;
}
Line 57 is
wp_html_excerpt( $input, $50 );