apply_filters( 'learndash_show_course_builder_row_actions', boolean $show_row_actions , WP_Post|null $course_post )
Filters whether to show course builder row actions or not.
Description Description
Parameters Parameters
- $show_row_actions
-
Whether to show row actions.
- $course_post
-
Course post object.
Source Source
File: includes/admin/classes-posts-listings/class-learndash-admin-courses-listing.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |