Changeset 49600
- Timestamp:
- 11/14/2020 05:00:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r48590 r49600 26 26 * @param string $option Name of the option to retrieve. Expected to not be SQL-escaped. 27 27 * @param mixed $default Optional. Default value to return if the option does not exist. 28 * @return mixed Value set for the option. 28 * @return mixed Value set for the option. A value of any type may be returned, including 29 * array, boolean, float, integer, null, object, and string. 29 30 */ 30 31 function get_option( $option, $default = false ) {
Note: See TracChangeset
for help on using the changeset viewer.