Parse error: syntax error, unexpected T_FUNCTION (WordPress)
-
recently i updated a plugin and i got a error
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_FUNCTION in /home/content/91/5736091/html/mixtak/wp-content/plugins/zamango-page-navigation/zmg_page_navigation_defaults.php on line 99
Code:
),
“tooltips” => array(
“default” => 1,
“definedornot” => 1
),
“ttip_tag” => array(
“default” => “Page [zmg_pn:page] of [zmg_pn:total]”,
“minlen” => 1,
(Line 99) “stoper” => function() {
return ! isset($_POST[‘tooltips’]);
}
),
“is_zmg_css” => array(
“default” => 1,
“definedornot” => 1
),Can any one suggest me
The topic ‘Parse error: syntax error, unexpected T_FUNCTION (WordPress)’ is closed to new replies.