In wp-admin using live-link shows error

The local-by-flywheel-live-link-helper.php has changed and the new fix is in replace_host() by adding the following at the beginning of the function line 155.

if ( is_object( $subject ) ) {
	return;
}
1 Like