Answer the question
In order to leave comments, you need to log in
How to comment php to html in vscode?
Now I am commenting the php block in vscode
<!-- <div class="logo">
<?php if (get_field('logo', 'option')) : ?>
<?php if (is_front_page() && get_field('logo', 'option') !== null) : ?>
<img src="<?php echo get_field('logo', 'option'); ?>" alt="">
<?php else : ?>
<a href="<?php echo home_url(); ?>">
<img src="<?php echo get_field('logo', 'option'); ?>" alt="">
</a>
<?php endif; ?>
<?php endif; ?>
</div> -->
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question