Skip to content

Make the Post Type filter optional #138

@marcusquinn

Description

@marcusquinn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions