/ Published in: PHP
Expand |
Embed | Plain Text
function remove_widgetized_area($content) { return $content; } add_filter('thematic_widgetized_areas', 'remove_widgetized_area');
You need to login to post a comment.
Kulcsart on 07/28/10
1 person have marked this snippet as a favorite
function remove_widgetized_area($content) { return $content; } add_filter('thematic_widgetized_areas', 'remove_widgetized_area');
You need to login to post a comment.