Bug in selected meeting host at post edit page
-
I have 4 zoom users. When I select a meeting host other than the first selected, the first zoom user is shown as default selected at the post edit page and not the one that I have selected.
wp-content/plugins/video-conferencing-with-zoom-api/includes/views/post-type/tpl-meeting-fields.php line 108
I think that the following code
selected( $users[0]->id, $user->id )
must be replaced with
selected( $meeting_fields['userId'], $user->id )
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bug in selected meeting host at post edit page’ is closed to new replies.