Title: Default area code
Last modified: January 23, 2024

---

# Default area code

 *  Resolved [mativve](https://wordpress.org/support/users/mativve/)
 * (@mativve)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/default-area-code/)
 * Hi! I want to ask that is possible set up a default area code for phone number,
   in this place: [https://i.imgur.com/kSLIDlN.png](https://i.imgur.com/kSLIDlN.png)

Viewing 1 replies (of 1 total)

 *  [Dina S.](https://wordpress.org/support/users/themehighsupport/)
 * (@themehighsupport)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/default-area-code/#post-17368219)
 * Please add the below filter function in your child theme’s functions.php file
   in order to achieve your requirements.
 *     ```wp-block-code
       add_filter('thjm_default_phone_country', 'th9e_change_default_phone_country', 10, 2);
       function th9e_change_default_phone_country($country, $key){
           $country = 'GB'; // add your country code here
           return $country;
       }
       ```
   
 * Have a great day!

Viewing 1 replies (of 1 total)

The topic ‘Default area code’ is closed to new replies.

 * ![](https://ps.w.org/job-manager-career/assets/icon-256x256.png?rev=2162689)
 * [Job Manager & Career - Manage job board listings, and recruitments](https://wordpress.org/plugins/job-manager-career/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/job-manager-career/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/job-manager-career/)
 * [Active Topics](https://wordpress.org/support/plugin/job-manager-career/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/job-manager-career/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/job-manager-career/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dina S.](https://wordpress.org/support/users/themehighsupport/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/default-area-code/#post-17368219)
 * Status: resolved