Angrycreative / bj-lazy-load

WordPress plugin for lazy loading
GNU General Public License v2.0
40 stars 25 forks source link

Issue # 21 - Compatibility with BadgeOS plugin #22

Closed rohitmanglik closed 7 years ago

rohitmanglik commented 8 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' ) ) { ... }