1 | <?php |
||
21 | class Kirki_Modules_Webfonts { |
||
22 | |||
23 | /** |
||
24 | * The class constructor |
||
25 | * |
||
26 | * @access public |
||
27 | * @since 3.0.0 |
||
28 | */ |
||
29 | public function __construct() { |
||
33 | |||
34 | /** |
||
35 | * Parses fields and if any tooltips are found, they are added to the |
||
36 | * object's $tooltips_content property. |
||
37 | * |
||
38 | * @access private |
||
39 | * @since 3.0.0 |
||
40 | */ |
||
41 | private function parse_fields() { |
||
47 | } |
||
48 |