You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jarvis should be invoke-able from the front end when the admin bar is present. We need to determine the best method of getting menu items from wordpress when the menu is not stored but generated on page render in wp-admin.
Ideas:
Store the entries in the browser sessionStorage when viewed in the admin so they can be accessed on the front end
Merge them into the remote data call when searching after rendering the admin menu on the fly
Silently render the admin menu on each page and save it as user meta
The text was updated successfully, but these errors were encountered:
Jarvis should be invoke-able from the front end when the admin bar is present. We need to determine the best method of getting menu items from wordpress when the menu is not stored but generated on page render in wp-admin.
Ideas:
The text was updated successfully, but these errors were encountered: