Hook Detail

Plugin: Formidable Pro
Filter Name: frm_dynamic_field_include_drafts
KB Link:
Declaration:
apply_filters( 'frm_dynamic_field_include_drafts', self::EXCLUDE_DRAFTS, array( 'field' => $values ) );
Filter Type:
Static
In class:
FrmProDynamicFieldsController
Source:
formidable-pro/classes/controllers/FrmProDynamicFieldsController.php
Notes:

As of version 5.4, dynamic fields will no longer include data from draft entries. Use this filter to customize this behavior with the new "include" and "draft_only" options. This will allow including or excluding draft items from the dynamic data.

Contribute Comments or Examples

Codex Comments/Examples
First
Last
No Entries Found