Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41937, comment 3


Ignore:
Timestamp:
09/21/2017 08:12:26 PM (6 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41937, comment 3

    initial v1  
    1919
    2020https://core.trac.wordpress.org/browser/tags/4.8.2/src/wp-includes/js/utils.js#L151-L184
     21
     22There's also the {{{getAllUserSettings()}}} Javascript function that contains:
     23
     24{{{
     25return wpCookies.getHash( 'wp-settings-' + userSettings.uid ) || {};
     26
     27}}}