apply_filters( 'learndash_listing_selector_user_option_after', array $options_after , WP_User $u , array $query_arguments , object $query_results , array $post_type )
Filters the selector options after.
Description Description
Parameters Parameters
- $options_after
-
Array of options to show after current option.
- $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. |