Browse: Home / Classes / Learndash_Admin_Essays_Listing /

Learndash_Admin_Essays_Listing::essay_inline_actions

Learndash_Admin_Essays_Listing::essay_inline_actions( array $actions,  WP_Post $post )

Adds inline actions to Essay on post listing hover in the admin.


Description #

Fires on post_row_actions hook.


Parameters #

$actions

(array) (Required) An array of post actions.

$post

(WP_Post) (Required) The WP_Post object.


Return #

(array) $actions An array of post actions.


Source #

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


Changelog #

Changelog
Version Description
3.2.3 Introduced.