Meta Box
Support Forum
Support › Meta Box Conditional Logic › "before" => "text" how do you hide it?Resolved
I am using this to hide a fleld; however, the "before" text is not hidden:
'hidden' => array ( 'when' => array ( array ( 'static_or_rand', '=', 'rand', ), ), ),
All other aspects of the field hide, except the "before"
Hi Alex,
The "before" is not a part of the field and thus, it cannot be controlled by the conditions.