From 3da551a7f5f09b0a173ef186795a79981ec6296c Mon Sep 17 00:00:00 2001 From: Dekart Deploy Bot Date: Sun, 19 Jul 2026 08:10:07 +0000 Subject: [PATCH] =?UTF-8?q?Global=202026-07-19=20=D0=9F=D0=9A=D0=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-content/themes/dekart/functions.php | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/wp-content/themes/dekart/functions.php b/wp-content/themes/dekart/functions.php index 6e9abc7..0b05f06 100644 --- a/wp-content/themes/dekart/functions.php +++ b/wp-content/themes/dekart/functions.php @@ -2693,26 +2693,4 @@ add_filter( 'wpseo_robots', function( $robots ) { // Закрытие dekart_ajax_flush_cache() } -/** - * [TODO: удалить после деплоя на production] - * Разовое автосоздание страницы program-pksh. - * На dev страница уже есть, на production — создаётся при первом хитре. - */ -add_action( 'init', function() { - if ( wp_doing_ajax() || is_admin() ) { - return; - } - if ( get_transient( 'dekart_program_pksh_created' ) ) { - return; - } - if ( ! get_page_by_path( 'program-pksh' ) ) { - wp_insert_post( array( - 'post_type' => 'page', - 'post_title' => 'Программа — Подготовка к школе', - 'post_name' => 'program-pksh', - 'post_status' => 'publish', - 'page_template' => 'page-program-pksh.php', - ) ); - } - set_transient( 'dekart_program_pksh_created', 1, DAY_IN_SECONDS ); -} ); +