Skip to content

Commit 7294c33

Browse files
authored
Fix typo that caused repeater field not to be shown (#132)
1 parent afaaabe commit 7294c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/acf-hook-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function _acf_apply_hook_variations() {
106106
}
107107

108108
// Apply filters.
109-
if ( 'filters' === $type ) {
109+
if ( 'filter' === $type ) {
110110
$args[0] = apply_filters_ref_array( "$filter/$variation=$value", $args );
111111

112112
// Or do action.

0 commit comments

Comments
 (0)