jetpack_widget_authors_exclude, array(
jetpack_widget_authors_exclude, array(
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_widget_authors_exclude, array(') is found 1 times:
- /modules/widgets/authors.php line 107
* @since 4.5.0 * * @param array $default_excluded_authors Array of user ID's that will be excluded */ $excluded_authors = apply_filters( 'jetpack_widget_authors_exclude', array() ); /** * Filter the parameters of `get_users` call in the Widget Authors widget. * * See the following for `get_users` default arguments: * https://codex.wordpress.org/Function_Reference/get_users