[ad_1]
@jcc5018 yes, I have thought about that and will likely implement in a future version… but boy, 40 CPTs?… What kind of site are you handling that requires that amount of CPTs?
A site built on wordpress that puts everything in the same post table. So every plugin whether still active or not adds a stupid post type cause creating dedicated tables in wordpress as it should be, just seems to much to ask.
But even if it were the ones i created myself, i’d have a decent amount, as thats really the only good way to create a 1:m relationship that is quarriable. My Laravel version of this site would have 150 tables/ models to handle this.
@jcc5018 I see. That makes sense. Thanks for sharing.
