bp_form_option( string $option, string $default = '', bool $slug = false )

Output settings API option.


Description Description


Parameters Parameters

$option

(Required) Form option to echo.

$default

(Optional) Form option default.

Default value: ''

$slug

(Optional) Form option slug.

Default value: false


Top ↑

Source Source

File: bp-core/admin/bp-core-admin-settings.php

function bp_form_option( $option, $default = '' , $slug = false ) {
	echo bp_get_form_option( $option, $default, $slug );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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