-
Notifications
You must be signed in to change notification settings - Fork 583
Closed
Description
Hi , I found the issue of redux gallery fields not showing gallery below option after reload page. it because your condition is not correct as image below:

it correct is:
if ( false !== $img ) {
or:
if ( $img ) {
or: if ( ! false == $img ) {
so i would like you to review and update that please.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels