wpcom_api_site_roles, $roles
wpcom_api_site_roles, $roles
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('wpcom_api_site_roles, $roles') is found 1 times:
- /json-endpoints/class.wpcom-json-api-list-roles-endpoint.php line 165
Warning: Undefined array key 169 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 170 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @since 8.7.0 * * @param array $roles List of role objects available to the site. */ $roles = apply_filters( 'wpcom_api_site_roles', $roles ); return array( 'roles' => $roles ); } }