wpsc_restore_settings()WPSCache 1.0

No Hooks.

Return

null. Nothing (null).

Usage

wpsc_restore_settings();

wpsc_restore_settings() code WPSCache 1.12.0

function wpsc_restore_settings() {
	$admin_url = admin_url( 'options-general.php?page=wpsupercache' );
	wpsc_render_partial(
		'restore',
		compact( 'admin_url' )
	);
}