Learndash_Admin_Posts_Listing::list_table_row_actions( array $actions, boolean $always_visible = false )
Output the the table row actions output.
Description Description
This function is similar to the one used by WordPress on the list table for the post title actions.
Parameters Parameters
- $actions
-
(Required) An array of table row actions.
- $always_visible
-
(Optional) Whether the row will be always visible.
Default value: false
Return Return
(string) The table row actions HTML output.
Source Source
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog Changelog
Version | Description |
---|---|
3.2.3 | Introduced. |