Advertisement
srikat

Untitled

May 17th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /**
  2. * Return layout key 'alt-sidebar-content'.
  3. *
  4. * Used as shortcut second parameter for `add_filter()`.
  5. *
  6. * @return string 'alt-sidebar-content'
  7. */
  8. function __genesis_return_alt_sidebar_content() {
  9.  
  10. return 'alt-sidebar-content';
  11.  
  12. }
  13.  
  14. //* Force alt-sidebar-content layout setting
  15. add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_alt_sidebar_content' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement