How to Add Facebook Purchase Conversio...
Add the Facebook “Purchase” conversion event to your WooCommerce thank yo...

WPCodeBox
428

Assign the ‘hideifloggedout’ CSS class to any element you wish to hide from users that are not logged in. This helps you control content visibility for logged-out users.
/**
* Author: MyListing Club
* Author URI: https://mylisting.club
*/
/* HIDE CONTENT WHEN LOGGED OUT */
body:not(.logged-in) .hideifloggedout {
display: none !important;
}





