You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,8 @@ function my_acf_counter_filter($display) {
57
57
return $display;
58
58
}
59
59
```
60
-
In the example string above `%%len%%` represents where you want the current character count shown and`%%max%%`
61
-
represents where you want the fields maximum length displayed. You can generate this string any way you want.
60
+
In the example string above `%%len%%` represents where you want the current character count shown,`%%max%%`
61
+
represents where you want the fields maximum length displayed and %%remain%% represents where you want the remaining character length displayed. You can generate this string any way you want.
62
62
For example, you can translate it or use `sprintf()`, as long as it contains the two markers where the values
63
63
should be shown. If you do not include these markers then they simply will not be shown. It's up to you to
0 commit comments