Ejemplo n.º 1
0
 public function rw_init_bp()
 {
     self::$WP_RW__BP_INSTALLED = true;
     // Activity page.
     add_action("bp_has_activities", array(&$this, "rw_before_activity_loop"));
     // Forum topic page.
     add_filter("bp_has_topic_posts", array(&$this, "rw_before_forum_loop"));
     // User profile page.
     add_action("bp_before_member_header_meta", array(&$this, "rw_display_user_profile_rating"));
     if (false !== WP_RW__USER_SECRET && "" != get_site_option("bb-config-location", "")) {
         define("WP_RW__BBP_INSTALLED", true);
     }
 }