Closed rohitmanglik closed 7 years ago
Compatibility with BadgeOS plugin
Looks like both use some copies of https://github.com/scribu/wp-scb-framework and for some reason, it seems like the BJLL class is being loaded twice somehow.
Wrapping the class in question in if ( ! class_exists( 'BJLL_AdminPage' ) ) { ... }
Compatibility with BadgeOS plugin
Looks like both use some copies of https://github.com/scribu/wp-scb-framework and for some reason, it seems like the BJLL class is being loaded twice somehow.
Wrapping the class in question in if ( ! class_exists( 'BJLL_AdminPage' ) ) { ... }