Description
Hooks after successfully uploading a CSV file.
function acfcs_after_file_upload() {
// do something
}
add_action( 'acfcs_after_success_file_upload', 'acfcs_after_file_upload' );
Used in
- inc/form-handling.php - line 14
Hooks after successfully uploading a CSV file.
function acfcs_after_file_upload() {
// do something
}
add_action( 'acfcs_after_success_file_upload', 'acfcs_after_file_upload' );