Changeset 47157 for trunk/src/wp-includes/option.php
- Timestamp:
- 02/01/2020 09:59:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r47122 r47157 2099 2099 * 2100 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," and "reading," among others. 2101 * Default whitelisted option key names include 'general', 'discussion', 'media', 2102 * 'reading', 'writing', 'misc', 'options', and 'privacy'. 2102 2103 * @param string $option_name The name of an option to sanitize and save. 2103 2104 * @param array $args {
Note: See TracChangeset
for help on using the changeset viewer.