Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created September 19, 2024 13:33
Show Gist options
  • Save jmabbas/386862b1f8517465262262427e1d7bbc to your computer and use it in GitHub Desktop.
Save jmabbas/386862b1f8517465262262427e1d7bbc to your computer and use it in GitHub Desktop.
Teachmarket - Default WooCommerce related product.
add_action( 'init', 'tm_child_place_rel_products_above_wc_tabs', 30 );
function tm_child_place_rel_products_above_wc_tabs() {
remove_action( 'woocommerce_after_single_product_summary', 'techmarket_related_display', 15 );
add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 15 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment