Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created May 13, 2020 21:45
Show Gist options
  • Save ibndawood/aed981d09e1c1265d7cc6848a1000526 to your computer and use it in GitHub Desktop.
Save ibndawood/aed981d09e1c1265d7cc6848a1000526 to your computer and use it in GitHub Desktop.
Tokoo Product Categories Filter
$defaults = apply_filters( 'tokoo_product_categories_args', array(
'section_title' => esc_html__( 'Shop By Categories', 'tokoo' ),
'category_args' => array(
'number' => '8',
'columns' => '4',
'slug' => '',
'hide_empty' => 'true',
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment