acf/include_field_types
acf/include_field_types
Appears in: advanced-custom-fields.6.3.11
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.3.11do_action('acf/include_field_types') is found 1 times:
- /acf.php line 331327328329330331332333334335336337
* @since 5.0.0
*
* @param int ACF_FIELD_API_VERSION The field API version.
*/
do_action(
'acf/include_field_types'
, ACF_FIELD_API_VERSION );
// Include locations.
acf_include(
'includes/locations/class-acf-location-post-type.php'
);
acf_include(
'includes/locations/class-acf-location-post-template.php'
);
acf_include(
'includes/locations/class-acf-location-post-status.php'
);
acf_include(
'includes/locations/class-acf-location-post-format.php'
);