Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress_Live_Widget_Forums() from bp-forums-bbpress-live.php


Burt Adsit
Participant

@burtadsit

Missing widgets? Well, widgets aren’t really widgets until they get registered with:

wp_register_sidebar_widget( 'oci-wcm', __( 'Member Tags', 'oci-contents' ),
'oci_widget_cloud_members' );
wp_register_widget_control( 'oci-wcm', __( 'Member Tags', 'oci-contents' ),
'oci_widget_cloud_members_control' );

Something like that. That’s for one of mine.

Skip to toolbar