acfcs_after_success_import_nl() [deprecated]

Description

Hooks after importing preset country Netherlands.

  1. function acfcs_after_import_nl() {
  2.     // do something
  3. }
  4. add_action( 'acfcs_after_success_import_nl', 'acfcs_after_import_nl' );