=== Hide/Show Post/Page Content === Contributors: sosidee Tags: hide content, show content, hide text, show text, hide post content, show post content Requires at least: 3.5.0 Tested up to: 5.4.2 Stable tag: 1.0 Requires PHP: 5.6 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Hides or shows a selected part of public posts/pages content depending on if the user is logged or not == Description == It permits to **hide** or **show** part of the content of posts or pages to users that are *logged* or *not*. The content to be hidden or displayed must be included in a *shortcode* tagged as '**soshsc**'. Examples: 1. Hide content to unlogged users: [soshsc hide="guest"]*This content is hidden only to users not logged.*[/soshsc] 2. Hide content to logged users: [soshsc hide="logged"]*This content is hidden only to logged users.*[/soshsc] 3. Show content only to unlogged users: [soshsc show="guest"]*This content is displayed only to users not logged.*[/soshsc] 4. Show content only to logged users: [soshsc show="logged"]*This content is displayed only to logged users.*[/soshsc] == Changelog == = 1.0 = First release