Created
April 24, 2021 11:15
-
-
Save ahmedeshaan/697af8f787724ff3d6df55f0450893dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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