WP_Customize_Filter_Setting::update

Advertisement

Summery Summery

Saves the value of the setting, using the related API.

Syntax Syntax

WP_Customize_Filter_Setting::update( mixed $value )

Parameters Parameters

$value

(Required) The value to update.

Source Source

File: wp-includes/customize/class-wp-customize-filter-setting.php

	public function update( $value ) {}

Advertisement

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.

Advertisement

Leave a Reply