mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-03 12:12:25 +08:00
https://kb.wpbeaverbuilder.com/article/117-common-beaver-builder-plugin-filter-examples#prevent-module-load
1 line
60 B
Text
1 line
60 B
Text
add_filter( 'is_module_disable_enabled', '__return_true' );
|