| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class Kirki_Field_Dashicons extends Kirki_Field { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Sets the control type. |
||
| 19 | * |
||
| 20 | * @access protected |
||
| 21 | */ |
||
| 22 | protected function set_type() { |
||
| 23 | $this->type = 'kirki-dashicons'; |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Sets the $sanitize_callback |
||
| 28 | * |
||
| 29 | * @access protected |
||
| 30 | */ |
||
| 31 | protected function set_sanitize_callback() { |
||
| 39 | } |
||
| 40 | } |
||
| 41 |