array( 'user-experience-defer-scripts', 'timeout' ),
'label' => esc_html__( 'Timeout:', 'w3-total-cache' ),
'control' => 'textbox',
'description' => esc_html__( 'Timeout (in milliseconds) to delay the loading of delayed scripts if no user action is taken during page load', 'w3-total-cache' ),
)
);
Util_Ui::config_item(
array(
'key' => array( 'user-experience-defer-scripts', 'includes' ),
'label' => esc_html__( 'Delay list:', 'w3-total-cache' ),
'control' => 'textarea',
'description' => esc_html__( 'Specify keywords to match any attribute of script tags containing the "src" attribute. Include one entry per line, e.g. (googletagmanager.com, gtag/js, myscript.js, and name="myscript")', 'w3-total-cache' ),
)
);
?>