tags' ) ) || ( \is_tax() && $this->is_true( 'remove_feed_custom_taxonomies' ) ) ) { $term = \get_queried_object(); $url = \get_term_link( $term, $term->taxonomy ); if ( \is_wp_error( $url ) ) { $url = \home_url(); } $this->redirect_feed( $url, 'We disable taxonomy feeds for performance reasons.' ); } if ( ( \is_post_type_archive() ) && $this->is_true( 'remove_feed_post_types' ) ) { $url = \get_post_type_archive_link( $this->get_queried_post_type() ); $this->redirect_feed( $url, 'We disable post type feeds for performance reasons.' ); } if ( \is_search() && $this->is_true( 'remove_feed_search' ) ) { $url = \trailingslashit( \home_url() ) . '?s=' . \get_search_query(); $this->redirect_feed( $url, 'We disable search RSS feeds for performance reasons.' ); } } /** * Sends a cache control header. * * @param int $expiration The expiration time. * * @return void */ public function cache_control_header( $expiration ) { \header_remove( 'Expires' ); // The cacheability of the current request. 'public' allows caching, 'private' would not allow caching by proxies like CloudFlare. $cacheability = 'public'; $format = '%1$s, max-age=%2$d, s-maxage=%2$d, stale-while-revalidate=120, stale-if-error=14400'; if ( \is_user_logged_in() ) { $expiration = 0; $cacheability = 'private'; $format = '%1$s, max-age=%2$d'; } \header( \sprintf( 'Cache-Control: ' . $format, $cacheability, $expiration ), true ); } /** * Redirect a feed result to somewhere else. * * @param string $url The location we're redirecting to. * @param string $reason The reason we're redirecting. * * @return void */ private function redirect_feed( $url, $reason ) { \header_remove( 'Content-Type' ); \header_remove( 'Last-Modified' ); $this->cache_control_header( 7 * \DAY_IN_SECONDS ); \wp_safe_redirect( $url, 301, 'Yoast SEO: ' . $reason ); exit; } /** * Retrieves the queried post type. * * @return string The queried post type. */ private function get_queried_post_type() { $post_type = \get_query_var( 'post_type' ); if ( \is_array( $post_type ) ) { $post_type = \reset( $post_type ); } return $post_type; } /** * Checks if the value of an option is set to true. * * @param string $option_name The option name. * * @return bool */ private function is_true( $option_name ) { return $this->options_helper->get( $option_name ) === true; } } إضراب 5 أكتوبر Archives - i3lam tv - إعلام تيفي

إضراب 5 أكتوبر

  • الأخبار الرئيسيةالأساتذة

    صوت الأساتذة  يصدح من جديد..التنسيقيات تتوحد تحت لواء حقوق الأستاذ

      خديجة بنيس: صحافية متدربة تستعد مجموعة من التنسيقيات التعليمية، أبرزها التنسيقية الموحدة لهيئة التدريس والدعم، التنسيق الوطني لقطاع التعليم، وتنسيقية أساتذة التعليم الابتدائي، لتنفيذ إضراب عام يوم 5 أكتوبر، تزامنًا مع اليوم العالمي للمدرس. يأتي هذا الإضراب أيضًا احتفالًا بالذكرى الأولى للحراك التعليمي الذي خاضته الشغيلة التعليمية الموسم الماضي، وهو إشارة قوية من الأساتذة لرفع أصواتهم في وجه التهميش. تطالب التنسيقيات بتحقيق عدة مطالب رئيسية، تتمثل أساسًا في التسوية المالية الفورية لـ 27 أستاذًا توقفت أجورهم منذ يناير الماضي بسبب مشاركتهم في الحراك التعليمي، مع السحب الفوري للعقوبات الانتقامية. كما تُطالب التسريع بتنفيذ اتفاقات دجنبر 2023، لا سيما التعويض…

زر الذهاب إلى الأعلى