apply_filters( "llms_rest_{$object_type}_item_schema", array $schema )
Filters the item schema.
Description Description
The dynamic portion of the hook name, $object_type, refers the object type this controller is responsible for managing.
Parameters Parameters
- $schema
-
(array) The item schema.
Source Source
File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-controller.php
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0-beta.27 | Introduced. |