Changeset 51827 for trunk/src/wp-admin/includes/deprecated.php
- Timestamp:
- 09/20/2021 04:18:04 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/deprecated.php
r50563 r51827 166 166 * @param string $option_group A settings group name. Should correspond to an allowed option key name. 167 167 * Default allowed option key names include 'general', 'discussion', 'media', 168 * 'reading', 'writing', 'misc', 'options', and 'privacy'.168 * 'reading', 'writing', and 'options'. 169 169 * @param string $option_name The name of an option to sanitize and save. 170 170 * @param callable $sanitize_callback A callback function that sanitizes the option's value.
Note: See TracChangeset
for help on using the changeset viewer.