acf/fields/select/query/key=

acf/fields/select/query/key=

Hook Type: filter

See hook in core

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

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

  • /includes/fields/class-acf-field-select.php line 177
    				)
    			);
    
    			$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.
    			$field = acf_get_field( $options['field_key'] );