BP_Members_MS_List_Table::handle_row_actions( object|null $signup_object = null, string $column_name = '', string $primary = '' )

Prevents regular users row actions to be output.

Description

Parameters

$signup_object

(object|null) (Optional) Signup being acted upon.

Default value: null

$column_name

(string) (Optional) Current column name.

Default value: ''

$primary

(string) (Optional) Primary column name.

Default value: ''

Return

(string)

Source

File: bp-members/classes/class-bp-members-ms-list-table.php

	protected function handle_row_actions( $signup_object = null, $column_name = '', $primary = '' ) {
		return '';
	}

Changelog

Changelog
Version Description
BuddyPress 2.4.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.