dependencies = new Kirki_Customizer_Scripts_Default_Scripts(); $this->branding = new Kirki_Customizer_Scripts_Branding(); $this->postmessage = new Kirki_Customizer_Scripts_PostMessage(); $this->tooltips = new Kirki_Customizer_Scripts_Tooltips(); $this->icons = new Kirki_Customizer_Scripts_Icons(); $this->googlefonts = new Kirki_Google_Fonts_Scripts(); } /** * @param string $script */ public static function prepare( $script ) { return ''; } }