Changeset 48121 for trunk/src/wp-includes/option.php
- Timestamp:
- 06/22/2020 05:24:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r47808 r48121 2098 2098 * @global array $wp_registered_settings 2099 2099 * 2100 * @param string $option_group A settings group name. Should correspond to a whitelisted option key name.2101 * Default whitelisted option key names include 'general', 'discussion', 'media',2100 * @param string $option_group A settings group name. Should correspond to an allowed option key name. 2101 * Default allowed option key names include 'general', 'discussion', 'media', 2102 2102 * 'reading', 'writing', 'misc', 'options', and 'privacy'. 2103 2103 * @param string $option_name The name of an option to sanitize and save.
Note: See TracChangeset
for help on using the changeset viewer.