Description
Hooks after removing a country through the admin.
function acfcs_after_remove_country() {
// do something
}
add_action( 'acfcs_after_success_country_remove', 'acfcs_after_remove_country' );
Hooks after removing a country through the admin.
function acfcs_after_remove_country() {
// do something
}
add_action( 'acfcs_after_success_country_remove', 'acfcs_after_remove_country' );