You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking this should be overridden by the values returned by the filter ubb_options.
If the filter return array has the key post_types and the value is an array (empty or otherwise), the post types/taxonomies set as translatable directly in their register data should be ignored.
The problem with this is setting the WordPress types/taxonomies as translatable (post, page, nav_menu, nav_menu_item, attachment, etc).
When registering a post type of taxonomy, we could add something that would mark it for translation.
'ubb_translate' => true
This could make it easier to control what is translatable.
The text was updated successfully, but these errors were encountered: