Warning: This hook has been deprecated. Use ‘learndash_listing_selector_post_type_option_after’ instead.
do_action_deprecated( 'learndash_post_listing_after_option', WP_Post $post , array $query_arguments )
Fires after the admin post listing option.
Description Description
Parameters Parameters
- $post
-
WP_Post object.
- $query_arguments
-
An array of admin post listing query arguments.
Source Source
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.3 | Use 'learndash_listing_selector_post_type_option_after' instead. |
| 3.0.0 | Introduced. |