Skip to content

Commit

Permalink
fix: remove image replacement on Thrive Architect editor
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed May 29, 2019
1 parent d936944 commit 3a8c46b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/manager.php
Expand Up @@ -141,6 +141,9 @@ public function should_replace() {
if ( array_key_exists( 'ct_builder', $_GET ) && $_GET['ct_builder'] == 'true' ) {
return false; // @codeCoverageIgnore
}
if ( array_key_exists( 'tve', $_GET ) && $_GET['tve'] == 'true' ) {
return false; // @codeCoverageIgnore
}
if ( class_exists( 'FLBuilderModel', false ) ) {
$post_data = FLBuilderModel::get_post_data();
if ( isset( $_GET['fl_builder'] ) || isset( $post_data['fl_builder'] ) ) {
Expand Down

0 comments on commit 3a8c46b

Please sign in to comment.