acf/update_{$this->hook_name}
acf/update_{$this->hook_name}
Appears in: advanced-custom-fields.6.1.7
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.1.7do_action('acf/update_{$this->hook_name}') is found 1 times:
- /includes/class-acf-internal-post-type.php line 525
* @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.