BBP_Admin::enqueue_styles()

Enqueue any admin scripts we might need


Description Description


Source Source

File: includes/admin/classes/class-bbp-admin.php

	public function enqueue_styles() {
		wp_enqueue_style( 'bbp-admin-css' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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