WC_Admin_List_Table::get_row_actions()
Get row actions to show in the list table.
Method of the class: WC_Admin_List_Table{}
No Hooks.
Return
Array
.
Usage
// protected - for code of main (parent) or child class $result = $this->get_row_actions( $actions, $post );
- $actions(array) (required)
- Array of actions.
- $post(WP_Post) (required)
- Current post object.
WC_Admin_List_Table::get_row_actions() WC Admin List Table::get row actions code WC 9.6.0
protected function get_row_actions( $actions, $post ) { return $actions; }