Skip to content

Instantly share code, notes, and snippets.

@bnecreative
Last active January 24, 2017 20:25
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