acf/update_{$this->hook_name}
acf/update_{$this->hook_name}
Appears in: advanced-custom-fields.6.3.11
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.3.11do_action('acf/update_{$this->hook_name}') is found 1 times:
- /includes/class-acf-internal-post-type.php line 524520521522523524525526527528529530
* @since 6.1
*
* @param
array
$post
The main ACF post
array
.
*/
do_action(
"acf/update_{$this->hook_name}"
,
$post
);
return
$post
;
}
/**
* Allows full control over ACF post slugs.