RWMB_Helper problem!?
-
Hi guys,
I have a big problem with RWMB_Helper that not working anymore on WP 4.9.2.
How can I fix it?I need to print field label before the value only when it’s filled, this is my actual code:
<?php $value = rwmb_meta( ‘anno_inizio’ );
if (!empty($value)) {
$field = RWMB_Helper::find_field( ‘anno_inizio’ );
echo $field[‘name’];
echo ‘ ‘;
echo $value;
} ?>Thank you in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘RWMB_Helper problem!?’ is closed to new replies.