BuddyPress Compatibility Fix
-
Hello,
This plugin breaks BP’ avatar upload/crop feature. Here is the quick fix;
add_filter('do_rocket_lazyload', 'disable_lazyload_own_profile'); function disable_lazyload_own_profile() { if (bp_is_my_profile()) { return false; } return true; }
Cheers,
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘BuddyPress Compatibility Fix’ is closed to new replies.