芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/lupusm.pulsehost.co.uk/wp-content/themes/outgrid/inc/setup.php
esc_html__('Primary', 'outgrid'), )); add_theme_support('html5', array('comment-list', 'comment-form', 'gallery','script', 'style')); // Add theme support for selective refresh for widgets. add_theme_support('customize-selective-refresh-widgets'); add_image_size( 'uicore-medium', 650, 650, false ); //Required add_theme_support( 'automatic-feed-links' ); add_theme_support( "title-tag" ); // Add support for editor styles. add_theme_support('editor-styles'); if (!class_exists('\UiCore\Core')) { add_editor_style(); $font_url = add_query_arg( 'family', urlencode_deep( 'Public Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800' ), "//fonts.googleapis.com/css2" ); add_editor_style($font_url); } else { add_theme_support('align-wide'); } } endif; add_action('after_setup_theme', 'uicore_setup');