• I added this code to my site via Code Snippets plugin and it works great, causing all ‘wall’ activity to lazy load, speeding up member activity pages throughout the site, but I’d love to get the plugin author’s input on whether I’m doing this the most elegant way possible. Here’s my snippet:

    add_filter( 'bp_get_activity_content_body', array( BJLL, 'filter' ) );

  • The topic ‘lazy load items in buddypress activity’ is closed to new replies.