Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Haitham

    (@halkibsi)

    polylang/admin/settings.php
    line 131
    $post_types = get_post_types(array('public' => true, '_builtin' => false));

    and line 135
    $taxonomies = get_taxonomies(array('public' => true, '_builtin' => false));

    After removing ‘_builtin’ => false, a list of all WP post types and taxonomies, built-in and custom, was displayed in the settings tab.

    This was nice as it made me feel a bit more in control of which post type I want Polylang to translate — but I can not deactivate them from here as they deactivated by default??

    Thread Starter Haitham

    (@halkibsi)

    Hi Chouby,

    Did you have a chance to look at the above?

    I know that support requests take much time from developers… but I was hoping you’d take a quick look, if it’s not too much trouble ??

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unset default post types and taxonomies’ is closed to new replies.