acf_esc_attr()ACF 5.8.1

Deprecated since 5.6.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

acf_esc_attr

No Hooks.

Returns

string.

Usage

acf_esc_attr( $attrs );
$attrs(array) (required)
The array of attrs.

Notes

See: acf_esc_attrs().

Changelog

Since 5.8.1 Introduced.
Deprecated since 5.6.0

acf_esc_attr() code ACF 6.8.8

function acf_esc_attr( $attrs ) {
	return acf_esc_attrs( $attrs );
}