File: bp-core/bp-core-dependency.php |
Description |
---|---|
bp_get_request() |
The main action used for handling theme-side GET requests. |
bp_get_request_{$action} |
Fires at the end of the bp_get_request function. |
bp_get_request |
Fires at the end of the bp_get_request function. |
bp_allowed_themes |
Filters the allowed themes list for BuddyPress-specific themes. |
bp_post_request() |
The main action used for handling theme-side POST requests. |
bp_post_request_{$action} |
Fires at the end of the bp_post_request function. |
bp_post_request |
Fires at the end of the bp_post_request function. |
bp_add_permastructs |
Fires inside the ‘bp_add_permastructs’ function, where BP adds its BP-specific permalink structure. |
bp_init_background_updater() |
Fire the ‘bp_init_background_updater’ action, where BP updates data. |
bp_init_background_updater |
Fires inside the ‘bp_init_background_updater’ function, where BP updates data. |