Get the output of a widgetized area (or sidebar). Replaces dynamic_sidebar, so we can have control over the output.
Description
string atom()->GetWidgets($area)
Examples
<?php if(atom()->isAreaActive('my_sidebar') !== FALSE): ?>
<ul class="my-widgets">
<?php atom()->Widgets('my_sidebar'); ?>
</ul>
<?php endif; ?>