Description
Hooks after importing preset country Belgium.
function acfcs_after_import_be() {
// do something
}
add_action( 'acfcs_after_success_import_be', 'acfcs_after_import_be' );
Hooks after importing preset country Belgium.
function acfcs_after_import_be() {
// do something
}
add_action( 'acfcs_after_success_import_be', 'acfcs_after_import_be' );