add_action( 'template_redirect', 'members_only_woocommerce_shop' );
function members_only_woocommerce_shop() {
// Check if user is not logged in and is trying to view shop, category, tag, or single product
if ( ! is_user_logged_in() && ( is_shop() || is_product_category() || is_product_tag() || is_product() || is_cart() || is_checkout() ) ) {
// Redirect to the WooCommerce My Account / Login page
wp_safe_redirect( get_permalink( get_option( 'woocommerce_myaccount_page_id' ) ) );
exit();
}
}
Warning: Cannot modify header information - headers already sent by (output started at /home/finessebiopep/public_html/wp-content/themes/woodmart-child/functions.php:1) in /home/finessebiopep/public_html/wp-includes/sitemaps/class-wp-sitemaps-renderer.php on line 126
https://finessebiopep.com/wp-sitemap-posts-post-1.xmlhttps://finessebiopep.com/wp-sitemap-posts-page-1.xmlhttps://finessebiopep.com/wp-sitemap-posts-portfolio-1.xmlhttps://finessebiopep.com/wp-sitemap-posts-product-1.xmlhttps://finessebiopep.com/wp-sitemap-taxonomies-category-1.xmlhttps://finessebiopep.com/wp-sitemap-taxonomies-cms_block_cat-1.xmlhttps://finessebiopep.com/wp-sitemap-taxonomies-project-cat-1.xmlhttps://finessebiopep.com/wp-sitemap-taxonomies-product_cat-1.xmlhttps://finessebiopep.com/wp-sitemap-users-1.xml