BBP_Topic_Replies_List_Table::column_cb( $item = '' )

Output the check-box column for bulk actions (if we implement them)


Description Description


Source Source

File: includes/admin/classes/class-bbp-topic-replies-list-table.php

	public function column_cb( $item = '' ) {
		return sprintf(
			'<input type="checkbox" name="%1$s[]" value="%2$s" />',
			$this->_args['singular'],
			$item->ID
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.