# depicter/1.3.8/app/src/WordPress/Settings/Options/Choices.php

Depicter — Popup &amp; Slider Builder, version 1.3.8. 10 lines.

- Page: https://pluginprobe.com/plugins/depicter/1.3.8/code/app/src/WordPress/Settings/Options/Choices.php
- Raw: https://pluginprobe.com/plugins/depicter/1.3.8/raw/app/src/WordPress/Settings/Options/Choices.php
- Modified: 2022-11-01T06:06:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/depicter/1.3.8/code/app/src/WordPress/Settings/Options/Choices.php#L10-L20`.

```php
<?php
namespace Depicter\WordPress\Settings\Options;

use Depicter\WordPress\Settings\Options\OptionAbstract;

class Choices extends OptionAbstract
{
    public $view = 'choices';
}

```
