Changeset 46120 for trunk/src/wp-includes/option.php
- Timestamp:
- 09/15/2019 01:28:51 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r45932 r46120 283 283 * If the option does not exist, then the option will be added with the option value, 284 284 * with an `$autoload` value of 'yes'. 285 286 * This function is designed to work with or without a logged-in user. In terms of security, 287 * plugin developers should check the current user's capabilities before updating any options. 285 288 * 286 289 * @since 1.0.0
Note: See TracChangeset
for help on using the changeset viewer.