nicumicle / simple-jwt-login

This plugin allows you to log in, register, authenticate, delete and change the user password to a WordPress website using a JWT.
http://wordpress.org/plugins/simple-jwt-login/
GNU General Public License v3.0
82 stars 22 forks source link

feature: Add extra information for Hooks checkboxes #84

Open nicumicle opened 1 year ago

nicumicle commented 1 year ago

It would be nice to have to have some information when hovering over the "enable/disable" hooks checkboxes.

image

For example, at first, only one title with the hook name can be added.

title="<?php echo esc_attr($singleHook['name']);?>"

Any other suggestions are welcomed.