acf_esc_attr_e()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_e

See acf_esc_attrs().

No Hooks.

Returns

String.

Usage

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

Changelog

Since 5.8.1 Introduced.
Deprecated since 5.6.0

acf_esc_attr_e() code ACF 6.0.4

function acf_esc_attr_e( $attrs ) {
	echo acf_esc_attrs( $attrs );
}