MB Term Meta plugin issue. Warning: Attempt to read property "base" on null in src/MetaBox.php on line 77.
Need urgent help.
Is there any way to use like below. I want to show a same metabox filed for two values. But it's not working.
'show' => array( 'input_value' => array( 'input[name=rnr_wr_pagetype]' => 'st2', 'input[name=rnr_wr_pagetype]' => 'st3', ), ),
But it's not working for 'type' => 'image_select',
for select_advanced it's working perfectly.
I need a solution for image_select
Thanks