Changeset 48100 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 06/19/2020 10:53:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r48067 r48100 1815 1815 * @param mixed $default Value returned $setting has no post value (added in 4.2.0) 1816 1816 * or the post value is invalid (added in 4.6.0). 1817 * @return string|mixed $post_valueSanitized value or the $default provided.1817 * @return string|mixed Sanitized value or the $default provided. 1818 1818 */ 1819 1819 public function post_value( $setting, $default = null ) {
Note: See TracChangeset
for help on using the changeset viewer.