LD_REST_Groups_Controller_V2::get_item_permissions_check( WP_REST_Request $request )

Checks if a given request has access to read a post.


Description Description


Parameters Parameters

$request

(Required) Full details about the request.


Top ↑

Return Return

(bool|WP_Error) True if the request has read access for the item, WP_Error object otherwise.


Top ↑

Source Source

File: includes/rest-api/v2/class-ld-rest-groups-controller.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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