dependencies = new Kirki_Scripts_Customizer_Default_Scripts(); $this->branding = new Kirki_Scripts_Customizer_Branding(); $this->postmessage = new Kirki_Scripts_Customizer_PostMessage(); $this->tooltips = new Kirki_Scripts_Customizer_Tooltips(); $this->googlefonts = new Kirki_Scripts_Frontend_Google_Fonts(); } /** * @param string $script */ public static function prepare( $script ) { return ''; } }