Skip to content

Instantly share code, notes, and snippets.

@rajeevedmonds
Created February 4, 2013 15:53
Show Gist options
  • Save rajeevedmonds/4707588 to your computer and use it in GitHub Desktop.
Save rajeevedmonds/4707588 to your computer and use it in GitHub Desktop.
function is_sidebar_active( $count ){
global $wp_registered_sidebars;
$widgetcols = wp_get_sidebars_widgets();
if ($widgetcols[$count]) return true;
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment