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