In wp-admin using live-link shows error

In the mu-plugins/local-by-flywheel-live-link-helper.php add the following code to function make_link_local() add before the return.

	if ( is_object($str)){
		return;
	}

A better fix is to open up the package contents of the Local app and fix this but that can be dangerous.

@ben.turner perhaps a 6.0.1 is in order.

3 Likes