Helper Classes
Width, Height, Position .w-auto { width: auto!important; } .w-25 { width: 25%!important; } .w-50 { width: 50%!important; } .w-75 { width: 75%!important; } .w-100 { width: 100%!important; } .h-100 { ...
Hooks for Developer
As you know WordPress provide actions and filters to hooks with your plugin into the rest of WordPress. In other words, you can hook into UDesign specific functionality to modify it by child theme or ...