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.6.3

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

  • /includes/fields/class-acf-field-select.php line 150
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
            '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.