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.


Top ↑

Parameters Parameters

$schema

(array) The item schema.


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-controller.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.27 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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