WPU User Metas
Simple admin for user metas
by Darklg · github.com/wordpressutilities/wpuusermetas · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wordpressutilities/wpuusermetas/archive/refs/heads/main.zipDeclares an update source (https://github.com/WordPressUtilities/wpuusermetas), so updates arrive through the plugin's own updater.
From the readme
User Metas
Adds extra fields to the user administration.
How to install :
Put this folder to your wp-content/plugins/ folder.
Activate the plugin in "Plugins" admin section.
How to add sections :
Put the code below in your theme's functions.php file. Add new sections to your convenance.
How to add fields :
--
Put the code below in your theme's functions.php file. Add new fields to your convenance.
Fields parameters :
"section" : String (required) / Set this field in a particular section.
"name" : String (optional) / Adds a label to the field administration. Default to ID value.
"type" : String (optional) / Set a kind of form field. Default to "text".
"datas" : Array (optional) / Set datas for a select field. Default to array(0,1)
Fields types :
"text" : input type text.
"textarea" : textarea field.
"editor" : the WYSIWYG editor used in the content of a post.
"select" : select between values