apply_filters( 'map_meta_cap', string[] $caps, string $cap, int $user_id, array $args )

Filters the primitive capabilities required of the given user to satisfy the capability being checked.


Parameters

$caps

Primitive capabilities required of the user.

$cap

Capability being checked.

$user_id

The user ID.

$args

Adds context to the capability check, typically starting with an object ID.


Source

File: wp-includes/capabilities.php

View on GitHub



Changelog

Changelog
Version Description
2.8.0 Introduced.