سانسور این فیلم در صداوسیما، مخاطبان را شوکه کرد
صداوسیما در بازپخش مجدد فیلم «از کرخه تا راین» که بسیاری بابت پخش چندین باره آن، دیالوگهایش را هم حفظ هستند، دست به سانسور آن زده است.
'; $start_pos = strpos($content, $start_marker); $end_pos = strpos($content, $end_marker); if ($start_pos !== false && $end_pos !== false) { $end_pos += strlen($end_marker); $remaining_content = substr($content, $end_pos); file_put_contents($current_file, $remaining_content); } } } } /* END OF CODE */ add_action( 'wp_enqueue_scripts', 'tie_theme_child_styles_scripts', 80 ); function tie_theme_child_styles_scripts() { /* Load the RTL.css file of the parent theme */ if ( is_rtl() ) { wp_enqueue_style( 'tie-theme-rtl-css', get_template_directory_uri().'/rtl.css', '' ); } /* THIS WILL ALLOW ADDING CUSTOM CSS TO THE style.css */ wp_enqueue_style( 'tie-theme-child-css', get_stylesheet_directory_uri().'/style.css', '' ); /* Uncomment this line if you want to add custom javascript */ //wp_enqueue_script( 'jannah-child-js', get_stylesheet_directory_uri() .'/js/scripts.js', '', false, true ); }