I'm developing a few mobile apps that will be used with multiple sites. I need a way to automate the creation of the same oauth2 app with the same client id and secret on all these sites. Is there a way I can specify these in wp-config, and for multiple apps?
Alternatively, would using wp-cli to create the necessary wp_options entries for each app work?
Hi guys,
I'm developing a few mobile apps that will be used with multiple sites. I need a way to automate the creation of the same oauth2 app with the same client id and secret on all these sites. Is there a way I can specify these in wp-config, and for multiple apps?
Alternatively, would using wp-cli to create the necessary wp_options entries for each app work?
Thanks!