=== Plugin Name === Contributors: mapumba Tags: hide, visual composer, shortcode Requires at least: 3.0 Tested up to: 4.3.1 tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html You can now hide any parts of the content, with this shortcode. It also can hide other shortcodes. == Description == This plugin add the ability to hide some parts of your page contents on the fronted of your page. * Visual Composer intergration (you can hide any visual composer element) * To hide your content use the `hide` shortcode like this: `[hide]your hidden content[/hide]` * Show the hidden content with the parameter `show="true"` or remove the shortcode from your content == Installation == This section describes how to install the plugin and get it working. 1. Upload the `hide-element` directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Screenshots == 1. Visual Composer integration == Changelog == = 1.0 = * initial version