Changeset 51827 for trunk/src/wp-includes/option.php
- Timestamp:
- 09/20/2021 04:18:04 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r51818 r51827 2260 2260 * @param string $option_group A settings group name. Should correspond to an allowed option key name. 2261 2261 * Default allowed option key names include 'general', 'discussion', 'media', 2262 * 'reading', 'writing', 'misc', 'options', and 'privacy'.2262 * 'reading', 'writing', and 'options'. 2263 2263 * @param string $option_name The name of an option to sanitize and save. 2264 2264 * @param array $args {
Note: See TracChangeset
for help on using the changeset viewer.