Changeset 47157 for trunk/src/wp-admin/includes/deprecated.php
- Timestamp:
- 02/01/2020 09:59:14 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/deprecated.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/deprecated.php
r47084 r47157 161 161 * 162 162 * @param string $option_group A settings group name. Should correspond to a whitelisted option key name. 163 * Default whitelisted option key names include "general," "discussion," and "reading," among others. 163 * Default whitelisted option key names include 'general', 'discussion', 'media', 164 * 'reading', 'writing', 'misc', 'options', and 'privacy'. 164 165 * @param string $option_name The name of an option to sanitize and save. 165 166 * @param callable $sanitize_callback A callback function that sanitizes the option's value.
Note: See TracChangeset
for help on using the changeset viewer.