Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created October 31, 2021 12:42
Show Gist options
  • Save ahmedeshaan/c76e5779cc57ef6fa285eb43a26ff2e9 to your computer and use it in GitHub Desktop.
Save ahmedeshaan/c76e5779cc57ef6fa285eb43a26ff2e9 to your computer and use it in GitHub Desktop.
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