If meta() is empty, then… need help…
-
So I can’t figure out why this conditional statement simply doesn’t work:
if ( meta('additional-information') == '' ) { echo "Its empty"; } elseif ( meta('additional-information') != '' ) { echo "Its got something!"; }
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘If meta() is empty, then… need help…’ is closed to new replies.