Description
Hooks after importing preset country Netherlands.
function acfcs_after_import_nl() {
// do something
}
add_action( 'acfcs_after_success_import_nl', 'acfcs_after_import_nl' );
Hooks after importing preset country Netherlands.
function acfcs_after_import_nl() {
// do something
}
add_action( 'acfcs_after_success_import_nl', 'acfcs_after_import_nl' );