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
Some users (all except admin / original author?) view an event (with all the appropriate levels) - the "organiser" metabox does not appear. This is because incorrect arguments are used in the add_meta_box() function. Consequently although WordPress thinks the metabox is added (see Screen Options), it is not.
On a related note permission checks should be used to ensure its own visible to users with the appropriate permissions.
The fix is to replace (line 26 event-organiser/event-organiser-edit.php )
Some users (all except admin / original author?) view an event (with all the appropriate levels) - the "organiser" metabox does not appear. This is because incorrect arguments are used in the
add_meta_box()
function. Consequently although WordPress thinks the metabox is added (see Screen Options), it is not.On a related note permission checks should be used to ensure its own visible to users with the appropriate permissions.
The fix is to replace (line 26
event-organiser/event-organiser-edit.php
)with
This fix will be included in the next update.
The text was updated successfully, but these errors were encountered: