I’m trying to get Custom Statuses to show up for my CPTs. I had read somewhere that the way to go about that was to add “ef_custom_statuses” to the supports field when declaring a CPT (in functions.php). But when I do that, I get the warning all over the admin panel page for the CPT (to view all posts). It shows up 4 times at the very top, and 6 times under the title of every post. Not sure if I missed a step or something, or maybe this isn’t the way to do it anymore.
Actually, now that I look at the Edit Flow settings for custom statuses, I see my CPT is checked, but grayed out and it says, “Disabled because add_post_type_support( ‘cpt’, ‘ef_custom_statuses’ ) is included in a loaded file.” below it. So I’m probably not doing it the right way…
Great plugin overall, just have this one problem.