WordPress-Widgets-Helper-Class
WordPress-Widgets-Helper-Class copied to clipboard
Incorrect use of esc_attr__
Hey this is a great little class. I just noticed though you are using esc_attr__ for field creation. This function is for translated strings though and in this case there is no need to localize them so esc_attr should be used instead ;)