Skip to content

Commit

Permalink
fix: improve compatibility with Thrive Architect
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Oct 29, 2019
1 parent 7813bf9 commit 55a5952
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 55a5952

Please sign in to comment.