BP_Groups_List_Table::column_description( array $item = array() )

Markup for the Description column.

Description

Parameters

$item

(array) (Optional) Information about the current row.

Default value: array()

Source

File: bp-groups/classes/class-bp-groups-list-table.php

	public function column_description( $item = array() ) {

		/**
		 * Filters the markup for the Description column.
		 *
		 * @since BuddyPress 1.0.0
		 *
		 * @param string $value Markup for the Description column.
		 * @param array  $item  The current group item in the loop.
		 */
		echo apply_filters_ref_array( 'bp_get_group_description', array( $item['description'], $item ) );
	}

Changelog

Changelog
Version Description
BuddyPress 1.7.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.