Hide button in php for logged out users
-
I want to hide whatsapp button for users who are not logged in. Can you help me?
My code:
add_action( ‘woocommerce_single_product_summary’, ‘whatsapp_imovel’, 5 );
function whatsapp_imovel() { ?>
<?php if(get_field(‘whatsapp_imovel’)) { ?>
<div class=”box-imovel-header”>
</div>
<?php }
}`
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hide button in php for logged out users’ is closed to new replies.