apply_filters( 'learndash_listing_selector_user_option_before', WP_User $u , array $query_arguments , object $query_results , array $post_type )
Filters the post listing itemsbefore displaying it to user.
Description Description
Parameters Parameters
- $u
-
WP_User object to be displayed.
- $query_arguments
-
An array of selector query arguments.
- $query_results
-
WP_Query instance.
- $post_type
-
The post type of the screen shown.
Source Source
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.3 | Introduced. |