Description
Filter the default choice label for choice-based fields that are dynamically populated and depend on another field that’s not filled out.
Usage
Filter the missing filter choice label for all fields.
add_filter( 'gppa_missing_filter_text', 'my_custom_function' );
Parameters
value string
Default:
'– ' . esc_html__( 'Fill Out Other Fields', 'gp-populate-anything' ) . ' –'
Choice text.
$field GF_Field
Current field.
Since
This filter is available since GP Populate Anything 1.0.