@@ -74,7 +74,7 @@ acf_enable_filter
74
74
* Enables a filter with the given name.
75
75
* @date 14/7/16
76
76
* @since ACF 5.4.0
77
- * @param string name The modifer name.
77
+ * @param string $ name The modifier name.
78
78
* @return void
79
79
80
80
## ` acf_disable_filter() `
@@ -84,7 +84,7 @@ acf_disable_filter
84
84
* Disables a filter with the given name.
85
85
* @date 14/7/16
86
86
* @since ACF 5.4.0
87
- * @param string name The modifer name.
87
+ * @param string $ name The modifier name.
88
88
* @return void
89
89
90
90
## ` acf_is_filter_enabled() `
@@ -94,7 +94,7 @@ acf_is_filter_enabled
94
94
* Returns the state of a filter for the given name.
95
95
* @date 14/7/16
96
96
* @since ACF 5.4.0
97
- * @param string name The modifer name.
97
+ * @param string $ name The modifier name.
98
98
* @return array
99
99
100
100
## ` acf_get_filters() `
@@ -113,7 +113,7 @@ acf_set_filters
113
113
* Sets an array of filter states.
114
114
* @date 14/7/16
115
115
* @since ACF 5.4.0
116
- * @param array $filters An Array of modifers
116
+ * @param array $filters An Array of modifiers.
117
117
* @return array
118
118
119
119
## ` acf_disable_filters() `
@@ -132,7 +132,7 @@ acf_enable_filters
132
132
* Enables all or an array of specific filters and returns the previous state.
133
133
* @date 14/7/16
134
134
* @since ACF 5.4.0
135
- * @param array $filters An Array of modifers
135
+ * @param array $filters An Array of modifiers.
136
136
* @return array
137
137
138
138
## ` acf_idval() `
@@ -221,7 +221,7 @@ Returns the length of a string that has been submitted via $_POST.
221
221
1 . Unslash the string because posted values will be slashed.
222
222
2 . Decode special characters because wp_kses() will normalize entities.
223
223
3 . Treat line-breaks as a single character instead of two.
224
- 4 . Use mb_strlen() to accomodate special characters.
224
+ 4 . Use mb_strlen() to accommodate special characters.
225
225
226
226
* @date 04/06/2020
227
227
* @since ACF 5.9.0
0 commit comments