acf_validate_setting()ACF 5.6.5

acf_validate_setting

Returns the changed setting name if available.

Hooks from the function

Returns

null. Nothing (null).

Usage

acf_validate_setting( $name );
$name
.
Default: ''

Changelog

Since 5.6.5 Introduced.

acf_validate_setting() code ACF 6.8.8

function acf_validate_setting( $name = '' ) {
	return apply_filters( 'acf/validate_setting', $name );
}