BBP_Admin::hide_theme_compat_packages( array $sections = array() )

Hide theme compat package selection if only 1 package is registered

Description

Parameters

$sections

(array) (Optional) Forums settings sections

Default value: array()

Return

(array)

Source

File: bp-forums/admin/admin.php

	public function hide_theme_compat_packages( $sections = array() ) {
		if ( count( bbpress()->theme_compat->packages ) <= 1 )
			unset( $sections['bbp_settings_theme_compat'] );

		return $sections;
	}

Changelog

Changelog
Version Description
bbPress (r4315) 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.