[ad_1]
I am getting an error message in my console on the above site of this:
<script type="text/javascript" id="wp-data-js-after"> /* <![CDATA[ */
( function() {
var userId = 2;
var storageKey = "WP_DATA_USER_" + userId;
wp.data
.use( wp.data.plugins.persistence, { storageKey: storageKey } );
} )();The error is in the .use line (presumably it should be .user?). It disappears when I disable ProfileGrid. Is it coming from your plugin?
The page I need help with: [log in to see the link]
