Skip to content

Instantly share code, notes, and snippets.

@nemf
Created April 1, 2012 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemf/2274830 to your computer and use it in GitHub Desktop.
Save nemf/2274830 to your computer and use it in GitHub Desktop.
wordpress theme EvoLve customize - AdCode filter
2633c2633
< $input['evl_space_1'] = wp_filter_post_kses( $input['evl_space_1'] );
---
> //$input['evl_space_1'] = wp_filter_post_kses( $input['evl_space_1'] );
2635c2635
< $input['evl_space_2'] = wp_filter_post_kses( $input['evl_space_2'] );
---
> //$input['evl_space_2'] = wp_filter_post_kses( $input['evl_space_2'] );
2637c2637
< $input['evl_space_3'] = wp_filter_post_kses( $input['evl_space_3'] );
---
> //$input['evl_space_3'] = wp_filter_post_kses( $input['evl_space_3'] );
2639c2639
< $input['evl_space_4'] = wp_filter_post_kses( $input['evl_space_4'] );
---
> //$input['evl_space_4'] = wp_filter_post_kses( $input['evl_space_4'] );
2641c2641
< $input['evl_space_5'] = wp_filter_post_kses( $input['evl_space_5'] );
---
> //$input['evl_space_5'] = wp_filter_post_kses( $input['evl_space_5'] );
2643c2643
< $input['evl_space_6'] = wp_filter_post_kses( $input['evl_space_6'] );
---
> //$input['evl_space_6'] = wp_filter_post_kses( $input['evl_space_6'] );
2645c2645
< $input['evl_space_7'] = wp_filter_post_kses( $input['evl_space_7'] );
---
> //$input['evl_space_7'] = wp_filter_post_kses( $input['evl_space_7'] );
2647c2647
< $input['evl_space_8'] = wp_filter_post_kses( $input['evl_space_8'] );
---
> //$input['evl_space_8'] = wp_filter_post_kses( $input['evl_space_8'] );
2649c2649
< $input['evl_space_9'] = wp_filter_post_kses( $input['evl_space_9'] );
---
> //$input['evl_space_9'] = wp_filter_post_kses( $input['evl_space_9'] );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment