Skip to content

Commit ba24fa8

Browse files
authored
Revert text domain change (#101)
In order for the filter to be named correctly (https://developer.wordpress.org/reference/functions/shortcode_atts/), the 3rd parameter should be the shortcode.
1 parent 25b4edc commit ba24fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/api/api-template.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ function acf_shortcode( $atts ) {
10401040
'format_value' => true,
10411041
),
10421042
$atts,
1043-
'secure-custom-fields'
1043+
'acf'
10441044
);
10451045

10461046
// Decode the post ID for filtering.

0 commit comments

Comments
 (0)