WP_Privacy_Requests_Table::column_next_steps()
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() WP Privacy Requests Table::column next steps code WP 6.7.1
public function column_next_steps( $item ) {}