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
We've disabled the following to enable usage for Custom Post Types:
public function display_post_types_selection() {
// @TODO add more suitable filters
$post_types = get_post_types( array( 'public' => true ) );
Any chance you can make this an option please? Perhaps with a disclaimer that not all CPTs may work if they use custom tables if you're concerned about that.
The text was updated successfully, but these errors were encountered:
We've disabled the following to enable usage for Custom Post Types:
How have you disabled exactly? Also, I'm curious what was happening before? Were CPTs not showing for you? This code should result in any public post types being visible, including CPTs.
not all CPTs may work if they use custom tables
Could you elaborate on this bit please? Is something not working for you in Syndication that means you've had to disable this?
We've disabled the following to enable usage for Custom Post Types:
Any chance you can make this an option please? Perhaps with a disclaimer that not all CPTs may work if they use custom tables if you're concerned about that.
The text was updated successfully, but these errors were encountered: