| Total Complexity | 3 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class LSX_Customizer_Wysiwyg_Control extends WP_Customize_Control { |
||
| 14 | |||
| 15 | public $type = 'wysiwyg'; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Render the control's content. |
||
| 19 | * |
||
| 20 | * @since 1.1.1 |
||
| 21 | */ |
||
| 22 | public function render_content() { |
||
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Filter editor setting link. |
||
| 45 | * |
||
| 46 | * @since 1.1.1 |
||
| 47 | */ |
||
| 48 | private function filter_editor_setting_link() { |
||
| 58 |