add_filter('the_content', function ($content) { return str_replace('—', '-', $content); });

Latest Recipes