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".


Top ↑

Parameters Parameters

$fields

(array) Array of metabox fields.


Top ↑

Source Source

File: includes/abstracts/abstract.llms.admin.metabox.php

View on GitHub


Top ↑

User Contributed Notes User Contributed Notes

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