apply_filters( 'mc_custom_user_select', $output, $selected, $group, $return ) → {string|array}
Filter the list of users used to select authors or hosts.
Parameters:
Name | Type | Description |
---|---|---|
$output |
string | Output that should replace data. |
$selected |
string | int | The currently selected user. |
$group |
string | Whether this function is returning hosts or authors. |
$return |
string | Whether this should return fully realized |
- Source:
Returns:
- Type
- string | array