Hello,
I have a site that I am working on, and it has a field that when loaded up from fresh returns a 0, how can I make this field be completely blank or displays its variable (from a previous value). it currently has
value="<?php print esc_html($var);?>">
So I’m trying to get it to…
- display var, if var is empty display nothing (null). Should be easy ?
Regards