hook doesnt work
-
Hello, the hook “bp_groups_member_after_delete” doesnt work on a third party plugin.
Example code:
function action_bp_groups_member_after_delete( $user_id, $group_id ) { die("Test"); } add_action( 'bp_groups_member_after_delete', 'action_bp_groups_member_after_delete', 10, 2 );
- You must be logged in to reply to this topic.