array( 'user-experience-preload-requests', 'dns-prefetch' ), 'label' => esc_html__( 'DNS Prefetch Domains:', 'w3-total-cache' ), 'control' => 'textarea', 'description' => esc_html__( 'Specify domains whose DNS should be prefetched by browsers. Include one entry per line, e.g. (https://cdn.domain.com, https://fonts.googleapis.com, https://www.google-ananlytics.com, etc.)', 'w3-total-cache' ), ) ); Util_Ui::config_item( array( 'key' => array( 'user-experience-preload-requests', 'preconnect' ), 'label' => esc_html__( 'Preconnect Domains:', 'w3-total-cache' ), 'control' => 'textarea', 'description' => esc_html__( 'Specify domains that browsers should preconnect to. Include one entry per line, e.g. (https://cdn.domain.com, https://fonts.googleapis.com, https://www.google-ananlytics.com, etc.)', 'w3-total-cache' ), ) ); Util_Ui::config_item( array( 'key' => array( 'user-experience-preload-requests', 'preload-css' ), 'label' => esc_html__( 'Preload CSS:', 'w3-total-cache' ), 'control' => 'textarea', 'description' => esc_html__( 'Specify key CSS URLs that should be preloaded by browsers. Include one entry per line, e.g. (https://example.com/example.css, etc.)', 'w3-total-cache' ), ) ); Util_Ui::config_item( array( 'key' => array( 'user-experience-preload-requests', 'preload-js' ), 'label' => esc_html__( 'Preload JavaScript:', 'w3-total-cache' ), 'control' => 'textarea', 'description' => esc_html__( 'Specify key JavaScript URLs that should be preloaded by browsers. Include one entry per line, e.g. (https://example.com/example.js, etc.)', 'w3-total-cache' ), ) ); Util_Ui::config_item( array( 'key' => array( 'user-experience-preload-requests', 'preload-fonts' ), 'label' => esc_html__( 'Preload Fonts:', 'w3-total-cache' ), 'control' => 'textarea', 'description' => esc_html__( 'Specify key Font URLs that should be preloaded by browsers. Include one entry per line, e.g. (https://example.com/example.woff, etc.)', 'w3-total-cache' ), ) ); Util_Ui::config_item( array( 'key' => array( 'user-experience-preload-requests', 'preload-images' ), 'label' => esc_html__( 'Preload Images:', 'w3-total-cache' ), 'control' => 'textarea', 'description' => esc_html__( 'Specify key Image URLs that should be preloaded by browsers. Include one entry per line, e.g. (https://example.com/example.png, etc.)', 'w3-total-cache' ), ) ); Util_Ui::config_item( array( 'key' => array( 'user-experience-preload-requests', 'preload-videos' ), 'label' => esc_html__( 'Preload Videos:', 'w3-total-cache' ), 'control' => 'textarea', 'description' => esc_html__( 'Specify key Video URLs that should be preloaded by browsers. Include one entry per line, e.g. (https://example.com/example.mp4, etc.)', 'w3-total-cache' ), ) ); Util_Ui::config_item( array( 'key' => array( 'user-experience-preload-requests', 'preload-audio' ), 'label' => esc_html__( 'Prelaod Audio:', 'w3-total-cache' ), 'control' => 'textarea', 'description' => esc_html__( 'Specify key Audio URLs that should be preloaded by browsers. Include one entry per line, e.g. (https://example.com/example.mp3, etc.)', 'w3-total-cache' ), ) ); Util_Ui::config_item( array( 'key' => array( 'user-experience-preload-requests', 'preload-documents' ), 'label' => esc_html__( 'Preload Documents:', 'w3-total-cache' ), 'control' => 'textarea', 'description' => esc_html__( 'Specify key Document URLs that should be preloaded by browsers. Include one entry per line, e.g. (https://example.com/example.pdf, etc.)', 'w3-total-cache' ), ) ); ?>