acf/trash_{$this->hook_name}
acf/trash_{$this->hook_name}
Appears in: advanced-custom-fields.6.3.5
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.3.5do_action('acf/trash_{$this->hook_name}') is found 2 times:
- /includes/class-acf-internal-post-type.php line 635631632633634635636637638639640641
* @since 5.0.0
*
* @param
array
$post
The ACF post
array
.
*/
do_action(
"acf/trash_{$this->hook_name}"
,
$post
);
return
true;
}
/**
* Restores an ACF post from the trash.
- /includes/post-types/class-acf-field-group.php line 273269270271272273274275276277278279
* @since 5.0.0
*
* @param
array
$post
The ACF post
array
.
*/
do_action(
"acf/trash_{$this->hook_name}"
,
$post
);
return
true;
}
/**
* Restores an ACF field group
and
related fields from the trash.