WP_Customize_Setting::save()
Checks user capabilities and theme supports, and then saves the value of the setting.
Return
(void|false) Void on success, false if cap check fails or value isn't set or is invalid.
Source
File: wp-includes/class-wp-customize-setting.php
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |