Methods → SetActiveWidgets
Activate given Atom widgets. If a WordPress-default version of the widget exists, it will get disabled in favour of the Atom-version of the widget.
Description
void Atom::app()->SetActiveWidgets($widget [, $widget2, $widget3, ...])
Example
Atom::app()->setActiveWidgets(
'Archives',
'Blogs',
'Calendar',
'RecentComments',
'Links',
'Login',
'Menu',
'Pages',
'Posts',
'Search',
'Splitter',
'Tabs',
'TagCloud',
'Terms',
'Text',
'TopCommenters',
'Twitter',
'Users'
);
Last revision 14 years