Hi,
i have started blogging about programming and when i simply use double quotes like "" they change to something else i searched the internet and their i found the solution that said put
remove_filter('the_content', 'wptexturize');
in the functions.php file
but when i did that it said
undefined function remove_filter
please help