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


Top ↑

Return Return

()


Top ↑

Source Source

File: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php


			


Top ↑

User Contributed Notes User Contributed Notes

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