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
{{ message }}
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
@KerryRitter, thanks for bringing this up. That seems somewhat complicated, given how simple it is to already add support for Subtitles into a custom post type already, no?
It seems like it'd be relatively simple. The downside of config is that it's a little tricky to find that you need to do that. Doing it is no problem in itself, but it's much more discoverable if there is an available UI.
I would imagine it would be possible to store a string array storing the name of the custom post types the user has enabled, and then looping through that array and calling the method to enable support. The UI could be a listing of the custom post types (get_post_types) with checkboxes.
It would be great to have a UI that allows enabling the plugin for a post type.
The text was updated successfully, but these errors were encountered: