=== Flexible Widget Title === Contributors: hyyan Tags: widget,widget title Requires at least: 3.0.1 Tested up to: 4.0 Stable tag: 1.0.2 License: MIT The plugin will enable you to hide widgets title in the front end while the widget title still visible in the backend. == Description == **How to use** If you want to hide the widget title in the front end just surround the widgets title with "[]" . For instance : `[My Widget Title]`   == Installation == **Classical Way** Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. **Composer Way** `composer require hyyan/flexible-widget-title:version` == Screenshots == 1. Example of using the plugin in the wordpress backend == Changelog == =1.0.1= * Fixed [Issue#1](https://github.com/hyyan/flexible-widget-title/issues/1) = 1.0.1= * Prevented direct access for the plugin file = 1.0.0 = * Initial commit