Changes between Initial Version and Version 1 of Ticket #41937, comment 3
- Timestamp:
- 09/21/2017 08:12:26 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41937, comment 3
initial v1 19 19 20 20 https://core.trac.wordpress.org/browser/tags/4.8.2/src/wp-includes/js/utils.js#L151-L184 21 22 There's also the {{{getAllUserSettings()}}} Javascript function that contains: 23 24 {{{ 25 return wpCookies.getHash( 'wp-settings-' + userSettings.uid ) || {}; 26 27 }}}