| 1 | <?php |
||
| 15 | class Kirki_Output_Field_Image_Array extends Kirki_Output { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Returns the value. |
||
| 19 | * |
||
| 20 | * @access protected |
||
| 21 | * @param string|array $value The value. |
||
| 22 | * @param array $output The field "output". |
||
| 23 | * @return string|array |
||
| 24 | */ |
||
| 25 | protected function process_value( $value, $output ) { |
||
| 31 | } |
||
| 32 |