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 string[]
Primitive capabilities required of the user.
$cap string
Capability being checked.
$user_id int
The user ID.
$args array
Adds context to the capability check, typically starting with an object ID.

Top ↑

Source

File: wp-includes/capabilities.php. View all references

return apply_filters( 'map_meta_cap', $caps, $cap, $user_id, $args );


Top ↑

Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.