Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created April 24, 2021 11:15
Show Gist options
  • Save ahmedeshaan/697af8f787724ff3d6df55f0450893dd to your computer and use it in GitHub Desktop.
Save ahmedeshaan/697af8f787724ff3d6df55f0450893dd to your computer and use it in GitHub Desktop.
function wvs_halena_theme_support() {
add_action( 'woocommerce_shop_loop_item_title', 'wvs_pro_archive_variation_template', 10 );
}
add_action( 'init', 'wvs_halena_theme_support' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment