[Plugin: Custom fields] Resolve the checked radio BUG
-
I resolved the checked radio BUG, in my WP wasn’t working.
I solved on the file custom-fields\composants\radio.php line 12
$entries = is_array($entries) ? $entries[0] : $entries;
The topic ‘[Plugin: Custom fields] Resolve the checked radio BUG’ is closed to new replies.