Skip to content

Instantly share code, notes, and snippets.

@bnecreative
Last active January 24, 2017 20:25
Show Gist options
  • Save bnecreative/30785ba8ab285c2cbd57a050919a28f6 to your computer and use it in GitHub Desktop.
Save bnecreative/30785ba8ab285c2cbd57a050919a28f6 to your computer and use it in GitHub Desktop.
Sweetness Dev - bne_sidebar_layout_width
add_filter( 'bne_sidebar_layout_gutter', function() {
return '100';
} );
add_filter( 'bne_sidebar_layout_responsive', function() {
return 'md';
} );
add_filter( 'bne_sidebar_layout_width', function() {
return '9-3';
} );
// Default Value
apply_filters( 'bne_sidebar_layout_width', '8-4' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment