芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/ninja-forms/includes/Telemetry/MetricRepository.php
option = $option; $this->default = $default; $this->autoload = $autoload; } public function get() { return absint( get_option( $this->option, $this->default ) ); } public function save( $new_value ) { return update_option( $this->option, $new_value, $this->autoload ); } }