bp_activity_action_delete_activity, $_POST[id], $comment->user_id

bp_activity_action_delete_activity, $_POST[id], $comment->user_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_activity_action_delete_activity, $_POST[id], $comment->user_id') is found 1 times:

  • /bp-templates/bp-legacy/buddypress-functions.php line 1232
    		exit( '-1<div id="message" class="error bp-ajax-message"><p>' . esc_html__( 'There was a problem when deleting. Please try again.', 'buddypress' ) . '</p></div>' );
    	}
    
    	/** This action is documented in bp-activity/bp-activity-actions.php */
    	do_action( 'bp_activity_action_delete_activity', $_POST['id'], $comment->user_id );
    	exit;
    }
    
    /**
     * AJAX spam an activity item or comment.
     *