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


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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