Skip to content

Commit

Permalink
Update wpbakery.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zohaib87 committed Apr 15, 2021
1 parent 0cdc02c commit 20328e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/extras/wpbakery.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function _xe_bakerycheck() {

global $post;

if (is_plugin_active( 'js_composer/js_composer.php' )) :
if (is_plugin_active('js_composer/js_composer.php')) :

if ($post && preg_match('/vc_row/', $post->post_content)) {
return true;
Expand Down

0 comments on commit 20328e8

Please sign in to comment.