Browse: Home / Classes / Learndash_Admin_Posts_Listing /

Learndash_Admin_Posts_Listing::post_row_actions

Learndash_Admin_Posts_Listing::post_row_actions( array $row_actions = array(),  WP_Post $post = null )

Check primary course ID for the current step


Description #


Parameters #

$row_actions

(array) (Optional) Existing Row actions for course.

Default value: array()

$post

(WP_Post) (Optional) Course Post object for current row.

Default value: null


Return #

(array) $row_actions


Source #

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


Changelog #

Changelog
Version Description
3.0.0 Introduced.