apply_filters( "llms_metabox_fields_{$id}", array $fields )
Customize metabox fields prior to field processing.
Description Description
The dynamic portion of this filter, $id
, corresponds to the classes $id
property with dashes (-
) replaced with underscores (_
). If the class id is "my-metabox" the filter would be "llms_metabox_fields_my_metabox".
Parameters Parameters
- $fields
-
(array) Array of metabox fields.