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


Top ↑

Return Return

(string) The table row actions HTML output.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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