芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/elementor/modules/atomic-widgets/schema/atomic-prop.php
default_value = $default_value; return $this; } public function get_default() { return $this->default_value; } public function jsonSerialize(): array { return [ 'default' => $this->default_value, ]; } }