Description
Hooks after successful raw CSV import.
function acfcs_after_raw_import() {
// do something
}
add_action( 'acfcs_after_success_import_raw', 'acfcs_after_raw_import' );
Used in
- inc/acfcs-functions.php - line 662
Hooks after successful raw CSV import.
function acfcs_after_raw_import() {
// do something
}
add_action( 'acfcs_after_success_import_raw', 'acfcs_after_raw_import' );