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 Description
Parameters Parameters
- $actions
-
(Optional) Array of row actions to be shown.
Default value: array()
- $post
-
(Optional) WP_Post object being displayed for the row.
Default value: ''
Source Source
File: includes/class-ld-permalinks.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |