Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/21/2015 12:13:52 AM (12 years ago)
Author:
tw2113
Message:

Add hook documentation to BP Forums component.

Fixes #5941.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-forums/bp-forums-bbpress-sa.php

    r9351 r9383  
    8787        }
    8888
     89        /**
     90         * Fires during the bootstrap setup for bbPress 1.x.
     91         *
     92         * @since BuddyPress (1.1.0)
     93         */
    8994        do_action( 'bb_got_roles' );
     95
     96        /**
     97         * Fires during the bootstrap setup for bbPress 1.x.
     98         *
     99         * @since BuddyPress (1.1.0)
     100         */
    90101        do_action( 'bb_init'      );
     102
     103        /**
     104         * Fires during the bootstrap setup for bbPress 1.x.
     105         *
     106         * @since BuddyPress (1.1.0)
     107         */
    91108        do_action( 'init_roles'   );
    92109
     
    125142        }
    126143
     144        /**
     145         * Fires inside an anonymous function that is run on bbPress shutdown.
     146         *
     147         * @since BuddyPress (1.1.0)
     148         */
    127149        register_shutdown_function( create_function( '', 'do_action("bb_shutdown");' ) );
    128150}
Note: See TracChangeset for help on using the changeset viewer.