• your plugin adds this hook

    add_action( ‘bp_activity_after_save’, ‘bp_activity_link_preview_save_link_data’, 10, 1 );

    But this causes a major problem for custom activities that are added in the background eg I add an activity programitically when a user buys a product.

    as they suddenly see a whitescreen with “Busted”.

  • The topic ‘Major bug’ is closed to new replies.