Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. //* Display the WooCommerce sidebar
  2. function wpstudio_woo_sidebar() {
  3. if ( ! dynamic_sidebar( 'woo_primary_sidebar' ) && current_user_can( 'edit_theme_options' ) ) {
  4. genesis_default_widget_area_content( __( 'WooCommerce Primary Sidebar', 'genesis' ) );
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement