test главной

This commit is contained in:
2026-05-03 14:57:56 +03:00
parent 208614f71b
commit a6748f3079
431 changed files with 561 additions and 0 deletions

View File

@@ -84,6 +84,13 @@ if ( ! function_exists( 'twentytwentyfive_enqueue_custom_layout_assets' ) ) :
$version
);
wp_enqueue_style(
'twentytwentyfive-custom-home',
get_parent_theme_file_uri( 'assets/css/components/home.css' ),
array( 'twentytwentyfive-style' ),
$version
);
wp_enqueue_script(
'twentytwentyfive-custom-header',
get_parent_theme_file_uri( 'assets/js/header.js' ),