publishpress / PublishPress-Future

This plugin was known as "Post Expirator", and now it is called "PublishPress Future".

Home Page:https://wordpress.org/plugins/post-expirator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add better control for what post types are available in the plugin

andergmartins opened this issue · comments

Right now we only show post types that follow the criteria:

public = true
+
public = false, show_ui = true, _builtin = true

Some users want to use non-public post types.
Maybe we could add an option to easily select what post types should be displayed by the plugin, or a filter that allows to customize the criteria or the list of post types.

Related to #377