Picking suggestions for a WordPress New Post plugin

Hello guys okay?

In my current project, I was wanting to add a feature in the game, create a new post on a blog (with WordPress) when the player did some actions, and each player would have a tag to identify the posts that player.

Searched the Asset Store, but found nothing, so I decided to create my own plugin.

Currently I create a new post in WordPress via game by calling a function I created

WP.NewPost(string post, int tagid)

As I saw that there is nothing like this in the Asset Store, I’m trying to create a more generic, which also work on other projects, and would like to know what you would like to see also this plugin? Because I intend to release it in the Unity Asset Store when ready.

If you can integrate with the WordPress API (or with other libraries that already do so), that would be handy from my perspective.

Past that, authentication and security would be important concerns. If I include a raw password in my application, what’s to stop someone from pulling that out and wreaking havoc? If I’m collecting user passwords, what’s a secure way to verify and handle them?