Browse: Home / Hooks /

learndash_exclude_user_no_role

apply_filters( 'learndash_exclude_user_no_role',  bool $true,  array $query_args,  string $position,  string $selector_class )

Filter to exclude users with no role.


Description #


Parameters #

$true

(bool) Boolean to exclude no_role users.

$query_args

(array) Array of current query args.

$position

(string) Position (left/right) for queried items.

$selector_class

(string) Class for Binary selector.


Source #

File: includes/admin/classes-binary-selectors/class-learndash-admin-binary-selector-users.php


Changelog #

Changelog
Version Description
3.2.3 Introduced.