wp-includes/rest-api/endpoints/class-wp-rest-icon-collections-controller.php:110Checks if a given request has access to read a specific icon collection.
$requestWP_REST_Requesttrue|WP_Error public function get_item_permissions_check( $request ) { $check = $this->get_items_permissions_check( $request ); if ( is_wp_error( $check ) ) { return $check; } return true; }Introduced in 7.1.0.
Signature, return type and hooks compared across 1 parsed release.
src/wp-includes/rest-api/endpoints/class-wp-rest-icon-collections-controller.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.