I have a problem that variable condition
Warning: in_array() [function.in-array]: Wrong datatype for second argument in
Code:
<?php if( in_array( 'activar', get_field('emergente', 'options') ) ) : ?>
....
<?php endif; ?>
Any possible solution?
1 Answer