| Total Complexity | 8 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 16 | class Kirki_Sections { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * The object constructor. |
||
| 20 | * |
||
| 21 | * @access public |
||
| 22 | * @since 3.0.17 |
||
| 23 | */ |
||
| 24 | public function __construct() { |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Generate CSS for the outer sections. |
||
| 30 | * These are by default hidden, we need to expose them. |
||
| 31 | * |
||
| 32 | * @since 3.0.17 |
||
| 33 | * @return void |
||
| 34 | */ |
||
| 35 | public function outer_sections_css() { |
||
| 48 |