acf/settings/{$name}
acf/settings/{$name}
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/settings/{$name}') is found 1 times:
- /includes/api/api-helpers.php line 928889909192939495969798
$value
= acf_raw_setting(
$name
);
}
// filter.
$value
= apply_filters(
"acf/settings/{$name}"
,
$value
);
return
$value
;
}
/**
* Return an
array
of ACF's internal post type names