| 1 | <?php |
||
| 29 | class Auto_Load_Next_Post_Display_Video_Controller extends WP_Customize_Control { |
||
| 30 | |||
| 31 | /** |
||
| 32 | * The type of customize control. |
||
| 33 | * |
||
| 34 | * @access public |
||
| 35 | * @since 1.5.0 |
||
| 36 | * @var string |
||
| 37 | */ |
||
| 38 | public $type = 'alnp-display-video'; |
||
| 39 | |||
| 40 | /** |
||
| 41 | * Render the content on the theme customizer page via PHP. |
||
| 42 | * |
||
| 43 | * @access public |
||
| 44 | * @since 1.5.0 |
||
| 45 | */ |
||
| 46 | public function render_content() { |
||
| 55 | |||
| 56 | } // END class |
||
| 57 | |||
| 59 |