ActionScheduler_Abstract_ListTable::maybe_render_actions( array $row, $column_name )
Renders the row-actions.
Description Description
This method renders the action menu, it reads the definition from the $row_actions property, and it checks that the row action method exists before rendering it.
Parameters Parameters
- $row
-
(Required) Row to render
- $column_name
-
(Required) Current row
Return Return
()
Source Source
File: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php