Checks if a given request has access to read a single theme global styles config.
Parameters
$request
WP_REST_Requestrequired- Full details about the request.
Source
public function get_theme_items_permissions_check( $request ) {
return $this->get_theme_item_permissions_check( $request );
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.