prefix . $this->slug(), false ); $response = $response ? json_decode( $response, true ) : array(); return array_merge( $default, $response ); } public function update_options( $options ) { $options = json_encode( $options ); return update_option( $this->prefix . $this->slug(), $options ); } public function render_assets() { } }