This function has been deprecated. BuddyBoss 1.0.0 instead.
bp_register_theme_directory()
Fire the ‘bp_register_theme_directory’ action.
Description
The main action used registering theme directories.
Source
File: bp-core/deprecated/buddyboss/1.0.php
function bp_register_theme_directory() { _deprecated_function( __FUNCTION__, '1.0.0' ); /** * Fires inside the 'bp_register_theme_directory' function. * * The main action used registering theme directories. * * @since BuddyPress 1.7.0 * @deprecated BuddyBoss 1.0.0 */ do_action( 'bp_register_theme_directory' ); }
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | BuddyBoss 1.0.0 |
BuddyPress 1.5.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.