Learndash_Admin_Posts_Listing::show_row_actions( array $actions, boolean $always_visible = false )
Utility function to show the row actions hover links on certain rows.
Description Description
Parameters Parameters
- $actions
-
(Required) Row actions to display. Must be key => label pairs.
- $always_visible
-
(Optional) Flag to have actions always show (true) or show on hover (false).
Default value: false
Source Source
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |