Advertisement
srikat

Untitled

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