bp_styles()
Do the ‘bp_styles’ action, and call wp_print_styles().
Description
No longer used in BuddyPress.
Source
File: bp-core/bp-core-template.php
function bp_styles() {
/**
* @todo add title/description
*
* @since BuddyBoss 1.0.0
*/
do_action( 'bp_styles' );
wp_print_styles();
}
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.