Browse: Home / Classes / Learndash_Admin_Posts_Listing /

Learndash_Admin_Posts_Listing::list_table_row_actions

Learndash_Admin_Posts_Listing::list_table_row_actions( array $actions,  boolean $always_visible = false )

Output the the table row actions output.


Description #

This function is similar to the one used by WordPress on the list table for the post title actions.


Parameters #

$actions

(array) (Required) An array of table row actions.

$always_visible

(boolean) (Optional) Whether the row will be always visible.

Default value: false


Return #

(string) The table row actions HTML output.


Source #

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


Changelog #

Changelog
Version Description
3.2.3 Introduced.