Warning: This hook has been deprecated. Use ‘learndash_listing_selector_post_type_option_before’ instead.

apply_filters_deprecated( 'learndash_post_listing_before_option', WP_Post $post, array $query_arguments, array $post_type )

Filters the post listing before displaying it to user.


Description Description


Parameters Parameters

$post

WP_Post object to be displayed.

$query_arguments

An array of selector query arguments.

$post_type

The post type of the screen shown.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
3.2.3 Use 'learndash_listing_selector_post_type_option_before' instead.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.