Title: Remove Country Fields
Last modified: July 24, 2024

---

# Remove Country Fields

 *  Resolved [jimk1416](https://wordpress.org/support/users/jimk1416/)
 * (@jimk1416)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/remove-country-fields/)
 * Looking for a way to remove the country field from both the back end and front
   end event submission forms.
   I’ve only found one post that works but it requires
   a plugin file to be modified which gets overwritten whenever the plugin is updated.
   Is there a function that can be used for this?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [jathinhelp](https://wordpress.org/support/users/jathinhelp/)
 * (@jathinhelp)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/remove-country-fields/#post-17914214)
 * Hello,
    [@jimk1416](https://wordpress.org/support/users/jimk1416/) Please add
   the below code in your theme functions.php file.
 * add_filter(‘submit_event_form_fields’, ‘remove_event_country_fields’);
 * function remove_event_country_fields($fields) {
       // Remove the ‘event_country’
   field    unset($fields[‘event’][‘event_country’]);
 *     return $fields;
   }Regards,WP Event Manager.
 *  Thread Starter [jimk1416](https://wordpress.org/support/users/jimk1416/)
 * (@jimk1416)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/remove-country-fields/#post-17914771)
 * Hey [@jathinhelp](https://wordpress.org/support/users/jathinhelp/)
 * I added that function but I’m still seeing the field in the event fields setting
   page and the Post an event page.
 *  Plugin Support [jathinhelp](https://wordpress.org/support/users/jathinhelp/)
 * (@jathinhelp)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/remove-country-fields/#post-17918308)
 * Hello,
   Please open a ticket in our support console. So that we can assist you
   further.Regards,WP Event Manager.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Country Fields’ is closed to new replies.

 * ![](https://ps.w.org/wp-event-manager/assets/icon-256x256.png?rev=1622826)
 * [WP Event Manager – Events Calendar, Registrations, Sell Tickets with WooCommerce](https://wordpress.org/plugins/wp-event-manager/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-event-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-event-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-event-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-event-manager/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [jathinhelp](https://wordpress.org/support/users/jathinhelp/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/remove-country-fields/#post-17918308)
 * Status: resolved