I'm getting this error and I do not know how to resolve
Fatal error: Can't use function return value in write context in /home/***/public_html/****.com/wp-content/themes/****/functions.php on line 652
Anybody knows what's going on???
Line 652 is:
if ( !empty( gamexls_get_option( 'hidecatbox', '' )) ) {
PS Here's the full function.php file, in case it helps:
See this pastebin http://pastebin.com/pyUKvMX5
-