pastebin

Paste Search Dynamic
Recent pastes
userId storageKey
  1. ( function() {
  2.         var userId = 0;
  3.         var storageKey = "WP_DATA_USER_" + userId;
  4.         wp.data
  5.                 .use( wp.data.plugins.persistence, { storageKey: storageKey } );
  6.         wp.data.plugins.persistence.__unstableMigrate( { storageKey: storageKey } );
  7. } )();
Parsed in 0.007 seconds