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.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
3.2.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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