WP_Privacy_Requests_Table::column_next_steps()publicWP 4.9.6

Returns the markup for the next steps column. Overridden by children.

Method of the class: WP_Privacy_Requests_Table{}

No Hooks.

Return

null. Nothing (null).

Usage

$WP_Privacy_Requests_Table = new WP_Privacy_Requests_Table();
$WP_Privacy_Requests_Table->column_next_steps( $item );
$item(WP_User_Request) (required)
Item being shown.

Changelog

Since 4.9.6 Introduced.

WP_Privacy_Requests_Table::column_next_steps() code WP 6.5.2

public function column_next_steps( $item ) {}