Changeset 1816305
- Timestamp:
- 02/06/2018 11:26:10 AM (8 years ago)
- Location:
- woorocks-magic-content/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
woorocks-magic-content.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woorocks-magic-content/trunk/readme.txt
r1711304 r1816305 158 158 = 1.0.10 = 159 159 Finally added ability to filter on any custom role your installation may have. 160 161 = 1.0.11 = 162 Fixed the debug missing part of the plugin. -
woorocks-magic-content/trunk/woorocks-magic-content.php
r1666577 r1816305 4 4 * Plugin URI: http://woorocks.com 5 5 * Description: WooRocks Magic Content lets you control output of content created inside Elementor Page Builder Sections using criterias like User has to be logged in or member of a certain role in WordPress to view the section. 6 * Version: 1.0.1 06 * Version: 1.0.11 7 7 * Author: Andreas Kviby 8 8 * Text Domain: woorocks-magic-content … … 264 264 265 265 } 266 return $doc->saveHTML($doc) . "--DEBUG". $current_user->roles[0];// . $debugContent;266 return $doc->saveHTML($doc); 267 267 } 268 268 }
Note: See TracChangeset
for help on using the changeset viewer.