Advanced search plugin for Classipress search by current user
With the Advanced search plugin I want to search only in ads from the current user.
So I need to search in the dashboard.
I think I can use the hidden field possibility, but what do I need to put in that field?
I tried things like <?php echo $current_user; ?>
But this isn't working.
Can you put me in the right direction please?