Skip to content

Commit

Permalink
Fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
puleeno committed Jun 8, 2024
1 parent 729c19c commit 0c38ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customize/woocommerce/archive-product.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

global $wp_query;

$args = apply_filters('jankx/ecommerce/product/related/layout_args', wp_parse_args($args, array(
$args = wp_parse_args(apply_filters('jankx/ecommerce/product/related/layout_args', array(
'layout' => Card::LAYOUT_NAME,
'columns' => apply_filters('jankx_archive_products_columns', 4),
)));
Expand Down

0 comments on commit 0c38ac8

Please sign in to comment.