Parse error: syntax error, unexpected ‘function’ (T_FUNCTION)
-
Hi, right now I have this error on my website:
Parse error: syntax error, unexpected ‘function’ (T_FUNCTION), expecting while (T_WHILE) in /home2/hatha/public_html/libertadfemenina.com/wp-includes/plugin.php on line 623
It happened after I made a backup on my website redirected the domain. The php version my hosting provider is running is 5.6
This are the lines of code:
function has_action($tag, $function_to_check = false) {
return has_filter($tag, $function_to_check);
}I appreciate any help!
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Parse error: syntax error, unexpected ‘function’ (T_FUNCTION)’ is closed to new replies.