LD_REST_Echo_Controller_V1::get_repsonse_permissions_check( WP_REST_Request $request )

Checks if a given request has access to read the theme.


Description Description


Parameters Parameters

$request

(Required) Full details about the request.


Top ↑

Return Return

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


Top ↑

Source Source

File: includes/rest-api/v1/class-ld-rest-echo-controller.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.7 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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