• Resolved gabrielsfreela

    (@gabrielsfreela)


    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”>

    “> Whatsapp

    </div>

    <?php }

    }`

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support mark l chaves

    (@mlchaves)

    Hey @gabrielsfreela,

    Thanks for writing.

    This isn’t something that Content Control supports and your question seems like a general WordPress forum post.

    We think you can use the is_user_logged_in() function to do that check for you before displaying your WhatsApp button.

    Please refer to the WordPress docs and post to the appropriate forum for more help if needed.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide button in php for logged out users’ is closed to new replies.