array(
'alwayscached',
'exclusions',
),
'control' => 'textarea',
'label' => esc_html__( 'Exclusions:', 'w3-total-cache' ),
'description' => esc_html__( 'URLs defined here will be excluded from the Always Cached process and will behave normally in that updates will invalidate relevent cache entries rather than be added to the queue. Specify one URL per line. These can be absolute or releative, and can include wildcards.', 'w3-total-cache' ),
'disabled' => $pgcache_disabled,
)
);
?>