acf/translate_{$this->hook_name}
acf/translate_{$this->hook_name}
Appears in: advanced-custom-fields.6.1.7
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.1.7apply_filters('acf/translate_{$this->hook_name}') is found 3 times:
- /includes/class-acf-internal-post-type.php line 341337338339340341342343344345346347
* @since 5.0.0
*
* @param
array
$post
The post
array
.
*/
$post
= apply_filters(
"acf/translate_{$this->hook_name}"
,
$post
);
}
return
$post
;
}
/**
- /includes/post-types/class-acf-post-type.php line 670666667668669670671672673674675676
* @since 5.0.0
*
* @param
array
$post
The post
array
.
*/
$post
= apply_filters(
"acf/translate_{$this->hook_name}"
,
$post
);
}
return
$post
;
}
/**
- /includes/post-types/class-acf-taxonomy.php line 591587588589590591592593594595596597
* @since 5.0.0
*
* @param
array
$post
The post
array
.
*/
$post
= apply_filters(
"acf/translate_{$this->hook_name}"
,
$post
);
}
return
$post
;
}
/**