File: bp-core/bp-core-dependency.php |
Description |
---|---|
bp_customize_register() |
Fire the ‘bp_customize_register’ action when the Customizer has loaded, allowing scripts and styles to be initialized. |
bp_customize_register |
Fires once the Customizer has loaded, allow scripts and styles to be initialized. |
bp_loaded() |
Fire the ‘bp_loaded’ action, which fires after BP’s core plugin files have been loaded. |
bp_setup_title() |
Fire the ‘bp_setup_title’ action, where plugins should modify the page title. |
bp_setup_title |
Fires inside the ‘bp_setup_title’ function, where plugins should modify the page title. |
bp_setup_widgets() |
Fire the ‘bp_register_widgets’ action, where plugins should register widgets. |
bp_register_widgets |
Fires inside the ‘bp_register_widgets’ function, where plugins should register widgets. |
bp_register_member_types() |
Fire the ‘bp_register_member_types’ action, where plugins should register profile types. |
bp_register_member_types |
Fires inside bp_register_member_types(), so plugins can register profile types. |
bp_setup_cache_groups() |
Fire the ‘bp_setup_cache_groups’ action, where cache groups are registered. |