Snippets
/* Exclude WC Product Categories */ add_filter( 'woocommerce_product_categories_widget_args', 'woo_product_cat_widget_args' ); function...
Vr, 31 Jan, 2020 at 1:45 PM
Orderstatus wijzigen van betalen op factuur. Activeer betalen met cheque Plaats onderstaande code in functions.php Voeg dit toe aan bijv. je functio...
Di, 28 Jan, 2020 at 3:32 PM
Voeg dit toe aan de functions.php van je child-theme /** * Remove password strength check. */ function iconic_remove_password_strength() { wp_dequeue_scrip...
Di, 28 Jan, 2020 at 3:33 PM
Voeg dit toe aan de functions.php van je child-theme /** * @snippet Add Inline Field Error Notifications @ WooCommerce Checkout * @how-to Get CustomizeWoo....
Di, 28 Jan, 2020 at 3:34 PM
Voeg dit toe aan je functions.php remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 )...
Di, 28 Jan, 2020 at 3:34 PM
Voeg toe aan je functions.php add_filter( 'woocommerce_product_subcategories_args', 'custom_woocommerce_product_subcategories_args' ...
Di, 28 Jan, 2020 at 3:35 PM