bp_styles()

Do the ‘bp_styles’ action, and call wp_print_styles().


Description Description

No longer used in BuddyPress.


Source Source

File: bp-core/bp-core-template.php

function bp_styles() {
	do_action( 'bp_styles' );
	wp_print_styles();
}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.