This plugin simply generates the wordpress hash password and user password update sql query.
The plugin is available in wordpress.org. You can check it out.
Download the zip file of the repository or clone the repository in your wp-content/plugins
-
Download the zip file
As traditionally upload the plugin to your wordpress site and activate 😃 .
-
Clone the repository
git clone [email protected]:sachinkiranti/wp-password-hash-generator.git
Activate it!
Add the shortcode to wordpress POST/PAGE or anywhere you want to :
[wp-password-hash-generator password="Password" hash="Hash" sql="SQL Query" compatibility="Compatibility" compatibilityValue="Wordpress v3.x, v4.x, v5.x and new versions" ]
The Output of the above shortcode :
The Plugin is open-sourced software licensed under the GNU license.
I would love if you could email me and tell me about your project and how this code was used 😃