diff --git a/inc/manager.php b/inc/manager.php index 60b88f72..4621cb9e 100644 --- a/inc/manager.php +++ b/inc/manager.php @@ -145,6 +145,9 @@ public function should_replace() { if ( array_key_exists( 'et_fb', $_GET ) && ! empty( $_GET['et_fb'] ) ) { return false; // @codeCoverageIgnore } + if ( array_key_exists( 'tve', $_GET ) && $_GET['tve'] == 'true' ) { + return false; // @codeCoverageIgnore + } if ( array_key_exists( 'context', $_GET ) && $_GET['context'] == 'edit' ) { return false; // @codeCoverageIgnore }