updates->needsUpdate() ) { wd_asp()->updates->printUpdateMessage(); } ?>
$_POST['enabled']
);
update_option('asp_performance', $values);
asp_parse_options();
$updated = true;
}
if (
isset($_POST['asp_perf_clear'], $_POST['asp_performance_clear_nonce']) &&
wp_verify_nonce( $_POST['asp_performance_clear_nonce'], 'asp_performance_clear_nonce' )
) {
$pstats = new Performance('asp_performance_stats');
$pstats->reset();
}
?>
DEMO MODE ENABLED - Please note, that these options are read-only