Skip to content

Commit

Permalink
filter for unused modules
Browse files Browse the repository at this point in the history
  • Loading branch information
neilgee committed Oct 20, 2020
1 parent ef7bf7b commit 48b40c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion includes-child/beaverbuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,10 @@ function bt_customize_color_presets() {
});
</script>
<?php
};
};

/**
* See BB Module Usage
* @since 1.0.0
*/
add_filter( 'is_module_disable_enabled','__return_true' );

0 comments on commit 48b40c5

Please sign in to comment.