acfcs_after_success_country_remove() [deprecated]

Description

Hooks after removing a country through the admin.

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