Support

Account

Home Forums General Issues Trying to check for number Reply To: Trying to check for number

  • Hi @vgledhill

    Thanks for reaching out to us.

    Kindly try switching your code as following and let me know how it goes.

    `<?php
    if(is_int(get_field(‘ohj_height’))) {
    echo “OHJ”; the_field(‘ohj_height’);
    }
    ?>’

    Hope to hear from you soon.