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