wpsc_cache_jetpack_list()WPSCache 1.0

No Hooks.

Return

null. Nothing (null).

Usage

wpsc_cache_jetpack_list( $list );
$list (required)
-

wpsc_cache_jetpack_list() code WPSCache 1.12.0

function wpsc_cache_jetpack_list( $list ) {
	$list['jetpack'] = array(
		'key'   => 'jetpack',
		'url'   => 'https://wordpress.org/plugins/jetpack/',
		'title' => __( 'Jetpack Mobile Theme', 'wp-super-cache' ),
		'desc'  => __( 'Provides support for the Jetpack mobile theme and plugin. PHP caching mode and mobile support will be enabled too.', 'wp-super-cache' ),
	);
	return $list;
}