$_custom_field_rules
$_custom_field_rules : array
In-memory representation of the custom field mapping rules
Class MLA (Media Library Assistant) Custom Field Query implements the searchable database of custom field mapping rules.
$_custom_field_rules : array
In-memory representation of the custom field mapping rules
mla_update_custom_field_rule(integer $ID, string $key, string $value) : boolean
Update a Custom Field Rule property given its ID and key.
| integer | $ID | MLA Custom Field Rule ID. |
| string | $key | MLA Custom Field Rule property. |
| string | $value | MLA Custom Field Rule new value. |
true if object exists else false.
_get_custom_field_rules(boolean $force_refresh = false) : boolean
Assemble the in-memory representation of the custom field rules
| boolean | $force_refresh | Optional. Force a reload of rules. Default false. |
Success (true) or failure (false) of the operation