Created
October 31, 2021 12:42
-
-
Save ahmedeshaan/c76e5779cc57ef6fa285eb43a26ff2e9 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 bb_wvs_support(){ | |
if(class_exists('FLThemeBuilderLoader')): | |
if (is_shop()): | |
add_action( 'fl_builder_post_grid_after_content', 'wvs_pro_archive_variation_template', 7 ); | |
endif; | |
endif; | |
} | |
add_action('wp', 'bb_wvs_support'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment