Hook Detail

Plugin: Formidable Pro
Filter Name: frm_filter_where_val
KB Link:
Declaration:
apply_filters( 'frm_filter_where_val', $args['where_val'], $filter_args );
Filter Type:
Static
In class:
FrmProAppHelper
Source:
formidable-pro/classes/helpers/FrmProAppHelper.php
Notes:

Use this hook to customize a filter for a View. This hook will only apply to filters you have added in the "Advanced Settings" section of your View. This hook is similar to the frm_where_filter hook, but is fired earlier and changes only the value used before it is used in the full database query.

Contribute Comments or Examples

Codex Comments/Examples
First
Last
No Entries Found