Browse: Home / Classes / Learndash_Admin_Posts_Listing /

Learndash_Admin_Posts_Listing::show_row_actions

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 #


Parameters #

$actions

(array) (Required) Row actions to display. Must be key => label pairs.

$always_visible

(boolean) (Optional) Flag to have actions always show (true) or show on hover (false).

Default value: false


Source #

File: includes/admin/class-learndash-admin-posts-listing.php


Changelog #

Changelog
Version Description
2.6.0 Introduced.