Skip to content

Instantly share code, notes, and snippets.

@swoboda
Last active September 7, 2015 16:26
Show Gist options
  • Save swoboda/8c7636c45ffcbb40cc72 to your computer and use it in GitHub Desktop.
Save swoboda/8c7636c45ffcbb40cc72 to your computer and use it in GitHub Desktop.
woocommerce_template_single_excerpt
<?php
// Odepnij krótki opis z priorytetem 20
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
// Wepnij krótki opis z priorytetem 6
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 6 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment