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
{{ message }}
This repository was archived by the owner on Dec 27, 2022. It is now read-only.
The menu is being created when the snapshots is published. However, Menu locations is not getting checked or updated in the dropdown. Not sure if we need to handle this with JS using something like wp.customize.bind( 'saved', function () { ... } ) or there is an issue with the data being passed to customized.
The menu is being created when the snapshots is published. However,
Menu locationsis not getting checked or updated in the dropdown. Not sure if we need to handle this with JS using something likewp.customize.bind( 'saved', function () { ... } )or there is an issue with the data being passed tocustomized.