/home/suroeste/public_html/wp-content/themes/twentytwentytwo
NameSizeModeActions
assets/-0755rm
inc/-0755rm
parts/-0755rm
styles/-0755rm
templates/-0755rm
contributing.txt12650644editdlrm
functions.php14970644editdlrm
index.php2150644editdlrm
package-lock.json541780644editdlrm
package.json7740644editdlrm
readme.txt61830644editdlrm
screenshot.png1605170644editdlrm
style.css64970644editdlrm
style.min.css25790644editdlrm
theme.json97600644editdlrm
Edit: /home/suroeste/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';