WC_Admin_List_Table::get_row_actions( array $actions, WP_Post $post )

Get row actions to show in the list table.


Description Description


Parameters Parameters

$actions

(Required) Array of actions.

$post

(Required) Current post object.


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/admin/list-tables/abstract-class-wc-admin-list-table.php

	protected function get_row_actions( $actions, $post ) {
		return $actions;
	}


Top ↑

User Contributed Notes User Contributed Notes

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