pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.07k stars 264 forks source link

Polylang: Add an option to add a non-public Pod to Polylang translation objects #4023

Open JoryHogeveen opened 7 years ago

JoryHogeveen commented 7 years ago

When a CPT or Tax Pod is set to non-public it isn't visible for Polylang translation settings.

Todo:

@sc0ttkclark Would you prefer this in Pods core or in the i18n component? I'm not sure...

If in core: I'd say put it in the PodsI18n class. _(And while we're at it, also put get_current_language() from PodsAPI in PodsI18n)_

sc0ttkclark commented 7 years ago

Add to core / PodsI18n

sc0ttkclark commented 7 years ago

Did we end up doing anything here?

JoryHogeveen commented 7 years ago

Nothing done yet, I'll add it to my todo for this week.

JoryHogeveen commented 7 years ago

Where should we put the option in the Pod settings tabs? Advanced options or a new tab? And in case of a new tab: "i18n" or "Polylang"?