Fatal Error in PHP < 5.5
-
This has just started in the last few releases:
Fatal error: Can’t use function return value in write context in /path/to/wordpress/wp-content/plugins/varnish-http-purge/wp-cli.php on line 73
May I suggest:
if ( strlen(trim( esc_url( $url ) ) ) === 0 ) {
on that line instead?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fatal Error in PHP < 5.5’ is closed to new replies.