BP_Admin_Tab::get_input_value( $key,  $default = '' )

Description

Source

File: bp-core/classes/class-bp-admin-tab.php

	protected function get_input_value( $key, $default = '' ) {
		return bp_get_option( $key, $default );
	}

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.