Forums

[resolved] WPMu disable certain sidebar widget (3 posts)

  1. jforinfo
    Member
    Posted 1 year ago #

    Hi everyone,

    I need to disable certain widget on every of my WPMu blog, specially the rss sidebar widget so users can't add their spammy rss feed.

    Found this _http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/ and found also using this code

    add_action( 'widgets_init', 'my_unregister_widgets' );

    function my_unregister_widgets() {
    unregister_widget( 'wp_widget_rss' );
    }

    But it's not working on wp 3.03

    Any idea?

  2. jforinfo
    Member
    Posted 1 year ago #

    Haven't familiar with wpmu.. Finally found it after few hours search.

  3. Alvaro
    Member
    Posted 1 year ago #

    can you share your finding?Even I am looking for a similar plugin

Topic Closed

This topic has been closed to new replies.

About this Topic