WordPress-Widgets-Helper-Class icon indicating copy to clipboard operation
WordPress-Widgets-Helper-Class copied to clipboard

A class to ease creating Widgets on WordPress.

Results 5 WordPress-Widgets-Helper-Class issues
Sort by recently updated
recently updated
newest added

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...

1. Update Select fields 2. Added some fields ( sample not yet ) - taxonomy - taxonomyterm - pages ( select ) - post - hidden - postcombi - posttype...

How can I make possible to use HTML tags in text and textarea fields?

Now supports shortcode in widget.

Hi! Very nice helper class, with clean codes and helpful fields, thanks for your work! Just wanted to let you know that the widget() function was missing $args['before_widget'] and $args['after_widget']...