Renato Alves
Renato Alves
I'll play around with it. But a quick look tells me that a `previewOf` connection seems ideal. I do wonder however what can be done to avoid this _mistake_ from...
@jasonbahl Tks for improving the description of the argument. 💪🏾 I liked the suggestions here. And it'd be great to have them in the core plugin.
> I'm just not sure changing the return value / behaviour of a prop based on a variable, such as preview, makes logical sense. So, in a nutshell, WordPress saves...
I think the main difference from a feature plugin is that you can activate a feature per request, per part of the site. Similar to [this plugin](https://github.com/alleyinteractive/wp-experimental-features/). Instead of deactivating...
I think I'll leave for @justlevine to explain it since it is his feature. But I understood the feature as something that could be toggled on and off easily and...
At the [BuddyPress cli](https://github.com/buddypress/wp-cli-buddypress) implementation, we did some work with signups. Maybe someone could "take the good bits" from it. https://github.com/buddypress/wp-cli-buddypress/blob/master/components/signup.php
@justlevine I had a change of heart and will update this pull request to account for the code review suggestions and type collisions. :)
Closing this based on this [feedback](https://wp-graphql.slack.com/archives/CDE8Y3MN3/p1688671804766179?thread_ts=1688669186.063079&cid=CDE8Y3MN3).
When I started using Members I thought the same thing. Specially sites with custom capabilities such as mine, it can add a lot and it is hard to find out...