apply_filters( 'ms_user_list_site_class', string[] $site_classes , int $site_id , int $network_id , WP_User $user )
Filters the span class for a site listing on the mulisite user list table.
Parameters
- $site_classes
-
Array of class names used within the span tag. Default "site-#" with the site's network ID.
- $site_id
-
Site ID.
- $network_id
-
Network ID.
- $user
-
WP_User object.
Source
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |