acf/fields/select/query

acf/fields/select/query

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.3.5

apply_filters('acf/fields/select/query') is found 1 times:

  • /includes/fields/class-acf-field-select.php line 158
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
            'paged'     => 1,
        )
    );
     
    $shortcut = apply_filters( 'acf/fields/select/query', array(), $options );
    $shortcut = apply_filters( 'acf/fields/select/query/key=' . $options['field_key'], $shortcut, $options );
    if ( ! empty( $shortcut ) ) {
        return $shortcut;
    }
     
    // load field.