wpsc_restore_settings()
No Hooks.
Returns
null. Nothing (null).
Usage
wpsc_restore_settings();
wpsc_restore_settings() wpsc restore settings code WPSCache 3.1.1
function wpsc_restore_settings() {
$admin_url = admin_url( 'options-general.php?page=wpsupercache' );
wpsc_render_partial(
'restore',
compact( 'admin_url' )
);
}