Changeset 37544 for trunk/src/wp-includes/option.php
- Timestamp:
- 05/23/2016 07:01:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r37507 r37544 17 17 * If the option was serialized then it will be unserialized when it is returned. 18 18 * 19 * Any scalar values will be returned as strings. You may coerce the return type of a given option by registering a20 * 'option_{$option}'filter callback.19 * Any scalar values will be returned as strings. You may coerce the return type of 20 * a given option by registering an {@see 'option_$option'} filter callback. 21 21 * 22 22 * @since 1.5.0
Note: See TracChangeset
for help on using the changeset viewer.