Hi, I know this is an Atahualpa forum, but you all have been so helpful I figured I'd throw an easy PHP question at you guys. I'm trying to fit this code:
PHP Code:
<?php the_field('password'); ?>
in the double quotes in this code:
PHP Code:
$password = "password";
Any help will be very appreciated!