mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 06:33:50 +09:00
Version 1.0.35
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
|
||||
$post_id = get_option('woocommerce_shop_page_id');
|
||||
|
||||
} else if ( is_archive() ) {
|
||||
} else if ( is_archive() || is_front_page() || is_search() || in_the_loop() ) {
|
||||
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user