Skip to content

Commit

Permalink
Stop WooCommerce from moaning
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jul 8, 2016
1 parent 17bf0ef commit 38004eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function genesis_a2z_functions_loaded() {
add_filter( "genesis_breadcrumb_args", "genesis_a2z_breadcrumb_args" );

add_action( "wp", "genesis_a2z_wp_query" );

add_theme_support( 'woocommerce' );
}

/**
Expand Down

0 comments on commit 38004eb

Please sign in to comment.