srikat

Untitled

Jul 19th, 2016
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. add_filter( 'genesis_attr_content', 'custom_attributes_content' );
  2. function custom_attributes_content( $attributes ) {
  3.  
  4. $attributes['data-columns'] = '';
  5.  
  6. return $attributes;
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment