| 1 | <?php  | 
            ||
| 15 | class Kirki_Output_Field_Image extends Kirki_Output { | 
            ||
| 16 | |||
| 17 | /**  | 
            ||
| 18 | * Processes a single item from the `output` array.  | 
            ||
| 19 | *  | 
            ||
| 20 | * @access protected  | 
            ||
| 21 | * @param array $output The `output` item.  | 
            ||
| 22 | * @param array $value The field's value.  | 
            ||
| 23 | */  | 
            ||
| 24 | 	protected function process_output( $output, $value ) { | 
            ||
| 48 | }  | 
            ||
| 49 |