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;
}
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;
}