Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created November 13, 2020 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plugin-republic/7e210ad9dac07cc840df06887aa6a81f to your computer and use it in GitHub Desktop.
Save plugin-republic/7e210ad9dac07cc840df06887aa6a81f to your computer and use it in GitHub Desktop.
<?php
/**
* Display child products in parent product line item
*/
add_filter( 'pewc_display_child_product_meta', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment