acf_clean_atts()
acf_clean_atts
See acf_filter_attrs().
Хуков нет.
Возвращает
Строку
.
Использование
acf_clean_atts( $attrs );
- $attrs(массив) (обязательный)
- The array of attrs.
Список изменений
С версии 5.6.3 | Введена. |
Код acf_clean_atts() acf clean atts ACF 6.0.4
function acf_clean_atts( $attrs ) { return acf_filter_attrs( $attrs ); }