LD_REST_Courses_Groups_Controller_V2::delete_courses_groups_permissions_check( WP_REST_Request $request )

Checks if a given request has access to delete a course groups.


Description Description


Parameters Parameters

$request

(Required) Full details about the request.


Top ↑

Return Return

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


Top ↑

Source Source

File: includes/rest-api/v2/class-ld-rest-courses-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.