Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkae committed Dec 18, 2024
1 parent d539233 commit e34f829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compatibility/woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function is_woocommerce_shop_page() {

}

add_action( 'wp', 'is_woocommerce_shop_page' );
add_action( 'woocommerce_before_main_content', 'is_woocommerce_shop_page' );
}

if ( ! function_exists( 'stackable_check_if_woocommerce_shop' ) ) {
Expand Down

0 comments on commit e34f829

Please sign in to comment.