Browse: Home / Classes / LearnDash_Permalinks /

LearnDash_Permalinks::row_actions

LearnDash_Permalinks::row_actions( array $actions = array(),  object $post = '' )

Called via the WordPress List Table instance. This function will adjust the course step permalinks to be nested if enabled.


Description #


Parameters #

$actions

(array) (Optional) Array of row actions to be shown.

Default value: array()

$post

(object) (Optional) WP_Post object being displayed for the row.

Default value: ''


Source #

File: includes/class-ld-permalinks.php


Changelog #

Changelog
Version Description
2.5.0 Introduced.