gpeb_filters_col_rows_query
Description
Filter the query used to pull property values into the Entry Filters control.
Usage
add_filter( 'gpeb_filters_col_rows_query', 'my_custom_function' );
Parameters
sql string
SQL query that will be ran to fetch the property values.
col string
Column that property values are being fetched from.
Since
This filter is available since Gravity Forms Entry Blocks 1.0.