File: bp-core/bp-core-dependency.php |
Description |
---|---|
bp_register_theme_packages |
Fires inside the ‘bp_register_theme_packages’ function. |
bp_enqueue_scripts() |
Fire the ‘bp_enqueue_scripts’ action, where BP enqueues its CSS and JS. |
bp_enqueue_scripts |
Fires inside the ‘bp_enqueue_scripts’ function, where BP enqueues its CSS and JS. |
bp_enqueue_embed_scripts() |
Fires the ‘bp_enqueue_embed_scripts’ action in the for BP oEmbeds. |
bp_enqueue_embed_scripts |
Enqueue CSS and JS files for BuddyPress embeds. |
bp_add_rewrite_tags() |
Fire the ‘bp_add_rewrite_tag’ action, where BP adds its custom rewrite tags. |
bp_add_rewrite_tags |
Fires inside the ‘bp_add_rewrite_tags’ function, where BP adds its custom rewrite tags. |
bp_add_rewrite_rules() |
Fire the ‘bp_add_rewrite_rules’ action, where BP adds its custom rewrite rules. |
bp_add_rewrite_rules |
Fires inside the ‘bp_add_rewrite_rules’ function, where BP adds its custom rewrite rules. |
bp_actions() |
Fire the ‘bp_actions’ action, which runs just before rendering. |