apply_filters( 'llms_get_reusable_block_schema', array $definition, string $field_id )

Filters the result of a schema definition.


Description Description

This hook can be used to add definitions for custom (non-core) fields or to modify a core definition.


Top ↑

Parameters Parameters

$definition

(array) The schema definition.

$field_id

(string) The field's identifier as found in the block schema list returned by LLMS_Form_Templates::get_reusable_block_schema().


Top ↑

Source Source

File: includes/forms/class-llms-form-templates.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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