Title: ACF   Polylang
Last modified: August 31, 2016

---

# ACF Polylang

 *  Resolved [amilani.guy](https://wordpress.org/support/users/amilaniguy/)
 * (@amilaniguy)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/acf-polylang/)
 * Hello,
 * I’ve installed Polylang on my website but for some reson it’s translating ACF,
   How can i Disable it,
 * I want to use my Custom Fields for all language and don’t want to translate it
   for each language.
 * Please Help
    Thank You
 * Guy Amilani
 * [https://wordpress.org/plugins/polylang/](https://wordpress.org/plugins/polylang/)

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

 *  Plugin Support [Chrystl](https://wordpress.org/support/users/chrystl/)
 * (@chrystl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/acf-polylang/#post-7234811)
 * Hi
    Could you please provide some screenshots of your admin side to illustrate
   your request? You can upload them via [http://snag.gy](http://snag.gy) and link
   to them here. Please don’t cut the admin top bar and the left menu on your screenshots.
 * EDIT: Which version of ACF are you using?
 *  Thread Starter [amilani.guy](https://wordpress.org/support/users/amilaniguy/)
 * (@amilaniguy)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/acf-polylang/#post-7234812)
 * Hi,
 * This is the screenshot – [http://clip2net.com/s/3wqNL2f](http://clip2net.com/s/3wqNL2f)
   
   you can see it’s asking me to translate ACF,
 * ACF PRO version: Version 5.3.1
 *  Plugin Support [Chrystl](https://wordpress.org/support/users/chrystl/)
 * (@chrystl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/acf-polylang/#post-7234835)
 * It should remove the language column with this small plugin below. I tested only
   with the free ACF 4.4.5 :
 *     ```
       <?php
       /**
       Plugin name: Unset Polylang for the ACF Fields Groups
       Author: author
       */
   
       add_filter('pll_get_post_types', 'unset_cpt_pll', 10, 2);
       function unset_cpt_pll( $post_types, $is_settings ) {
               unset($post_types['acf']);
   
           return $post_types;
       }
       ```
   
 * To know more about the `pll_get_post_type`s filter, see: [https://polylang.wordpress.com/documentation/documentation-for-developers/filter-reference/](https://polylang.wordpress.com/documentation/documentation-for-developers/filter-reference/)
 *  Thread Starter [amilani.guy](https://wordpress.org/support/users/amilaniguy/)
 * (@amilaniguy)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/acf-polylang/#post-7234846)
 * Hi Chrystl
 * Thank you for your code, but It’s not working.
 * I still have to translate my fields to all language.
 * Guy
 *  Plugin Support [Chrystl](https://wordpress.org/support/users/chrystl/)
 * (@chrystl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/acf-polylang/#post-7234848)
 * You need certainly to adapt this code for ACF PRO.
    I can’t help more since I
   didn’t buy ACF PRO.
 *  Thread Starter [amilani.guy](https://wordpress.org/support/users/amilaniguy/)
 * (@amilaniguy)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/acf-polylang/#post-7234880)
 * Can i send you some temporary login credentials to the site so you can help me?
 *  [wellard](https://wordpress.org/support/users/wellard/)
 * (@wellard)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/acf-polylang/#post-7234883)
 * Hi, I ve got same problem from last update. This should work, put this code into
   file functions.php in your theme folder:
 *     ```
       add_filter('pll_get_post_types', 'unset_cpt_pll', 10, 2);
       function unset_cpt_pll( $post_types, $is_settings ) {
               unset($post_types['acf-field-group']);
   
           return $post_types;
       }
       ```
   
 *  Thread Starter [amilani.guy](https://wordpress.org/support/users/amilaniguy/)
 * (@amilaniguy)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/acf-polylang/#post-7234884)
 * Hi Wellard,
 * Thank you,
    but when I Used your snippet I’ve got this error
 * Fatal error: Cannot redeclare unset_cpt_pll() (previously declared in /var/www/
   vhosts/opus-preview.co.il/danpal.opus-preview.co.il/wp-content/plugins/remove-
   acf-lang-support/remove-acf-lang-support.php:8)
 *  Thread Starter [amilani.guy](https://wordpress.org/support/users/amilaniguy/)
 * (@amilaniguy)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/acf-polylang/#post-7234885)
 * Sorry 🙂
 * Forgot to deactivate former Plugin
 * Thank you, now working Perfect
 *  [maximaldesign](https://wordpress.org/support/users/maximaldesign/)
 * (@maximaldesign)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/acf-polylang/#post-8337614)
 * if i add this code on the other language pages all ACF fields are missing.
    The
   flags have been deleted on the ACF Field Group Page, but the fields are missing
   on the pages itself. How can i activate the fields for ALL languages?

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

The topic ‘ACF Polylang’ is closed to new replies.

 * ![](https://ps.w.org/polylang/assets/icon-256x256.png?rev=3433336)
 * [Polylang](https://wordpress.org/plugins/polylang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/polylang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/polylang/)
 * [Active Topics](https://wordpress.org/support/plugin/polylang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/polylang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/polylang/reviews/)

## Tags

 * [ACF](https://wordpress.org/support/topic-tag/acf/)
 * [acf polylang](https://wordpress.org/support/topic-tag/acf-polylang/)

 * 10 replies
 * 4 participants
 * Last reply from: [maximaldesign](https://wordpress.org/support/users/maximaldesign/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/acf-polylang/#post-8337614)
 * Status: resolved