Warning: This function has been deprecated.
learndash_essay_inline_actions( array $actions, WP_Post $post )
Adds inline actions to assignments on post listing hover in the admin.
Description Description
Fires on post_row_actions
hook.
Parameters Parameters
- $actions
-
(Required) An array of post actions.
- $post
-
(Required) The
WP_Post
object.
Return Return
(array) $actions An array of post actions.
Source Source
File: includes/deprecated/3.2.3/functions.php
Changelog Changelog
Version | Description |
---|---|
3.2.3 | This function has been deprecated. |
2.1.0 | Introduced. |