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 Jun 30, 2021. It is now read-only.
We're using CPTs for storage, but I don't think we should use edit.php for listing the types. The WP_List_Table interface for CPTs doesn't really give us what we want - we'd have to add a bunch of columns. In addition, there are problems on multisite configs that make it difficult or impossible to use the default CPT listing (see #3)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We're using CPTs for storage, but I don't think we should use edit.php for listing the types. The
WP_List_Table
interface for CPTs doesn't really give us what we want - we'd have to add a bunch of columns. In addition, there are problems on multisite configs that make it difficult or impossible to use the default CPT listing (see #3)The text was updated successfully, but these errors were encountered: