I am using wordpress. So there is an
<?php
if ( is_user_logged_in() )
{
?
function. I want to add to it another set of if statements that check for a variable. I don't know the correct syntax but in plain english it is like If users is logged in and $string1 or $string2 is empty.
Please assist.