/home/techb158/public_html/wp-content/themes/twentytwentytwo
NameSizeModeActions
assets/-0755rm
inc/-0755rm
parts/-0755rm
styles/-0755rm
templates/-0755rm
contributing.txt12650666editdlrm
functions.php14970666editdlrm
index.php2150666editdlrm
package-lock.json541780666editdlrm
package.json7740666editdlrm
readme.txt63060666editdlrm
screenshot.png1605170666editdlrm
style.css64970666editdlrm
style.min.css24940666editdlrm
theme.json97600666editdlrm
Edit: /home/techb158/public_html/wp-content/themes/twentytwentytwo/functions.php (1497B)
get( 'Version' ); $version_string = is_string( $theme_version ) ? $theme_version : false; $suffix = SCRIPT_DEBUG ? '' : '.min'; $src = 'style' . $suffix . '.css'; wp_enqueue_style( 'twentytwentytwo-style', get_parent_theme_file_uri( $src ), array(), $version_string ); wp_style_add_data( 'twentytwentytwo-style', 'path', get_parent_theme_file_path( $src ) ); } endif; add_action( 'wp_enqueue_scripts', 'twentytwentytwo_styles' ); // Add block patterns. require get_template_directory() . '/inc/block-patterns.php';