Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
46 | public function render_content() { |
||
47 | ?> |
||
48 | <span class="customize-control-title"><?php echo $this->label; ?></span> |
||
49 | |||
50 | <p> |
||
51 | <iframe width="320" height="180" src="https://www.youtube-nocookie.com/embed/<?php echo $this->value(); ?>?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> |
||
52 | </p> |
||
53 | <?php |
||
54 | } // END render_content() |
||
55 | |||
59 |