Skip to content

Instantly share code, notes, and snippets.

@purushotamrai
Last active February 15, 2016 11:29
Show Gist options
  • Save purushotamrai/80d0ca9e2004c095cdbe to your computer and use it in GitHub Desktop.
Save purushotamrai/80d0ca9e2004c095cdbe to your computer and use it in GitHub Desktop.
if (variable_get('site_default_country') == 'US') {
// change weight views for specific country.
}
$view = views_get_view('weight');
if (isset($view->display['marketing_tools_sort'])) {
// change weight views.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment