Description
Hooks after truncating the table.
function acfcs_after_nuke() {
// do something
}
add_action( 'acfcs_after_success_nuke', 'acfcs_after_nuke' );
Used in
- inc/form-handling.php - line 164
Hooks after truncating the table.
function acfcs_after_nuke() {
// do something
}
add_action( 'acfcs_after_success_nuke', 'acfcs_after_nuke' );