Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created June 7, 2020 14:40
Show Gist options
  • Save ahmedeshaan/5a2a1b936283005878e55781dcc13c45 to your computer and use it in GitHub Desktop.
Save ahmedeshaan/5a2a1b936283005878e55781dcc13c45 to your computer and use it in GitHub Desktop.
add_filter('wvs_pro_show_archive_variation_template', function($default){
if( is_home() || is_front_page() ){
return false;
}
return $default;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment