| Conditions | 3 | 
| Paths | 3 | 
| Total Lines | 9 | 
| Code Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 61 | 	public function underscore_templates() { | 
            ||
| 62 | 		foreach ( $this->templates as $template ) { | 
            ||
| 63 | 			if ( file_exists( $this->views_path . $template . '.php' ) ) { | 
            ||
| 64 | echo '<script type="text/html" id="tmpl-kirki-input-' . esc_attr( $template ) . '">';  | 
            ||
| 65 | include $this->views_path . $template . '.php';  | 
            ||
| 66 | echo '</script>';  | 
            ||
| 67 | }  | 
            ||
| 68 | }  | 
            ||
| 69 | }  | 
            ||
| 70 | }  | 
            ||
| 71 |