🏠 Root
/
home
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
common
/
src
/
Tribe
/
Editor
/
Editing: Configuration_Interface.php
<?php /** * Interface Tribe__Editor__Configuration_Interface * * @since 4.8 */ interface Tribe__Editor__Configuration_Interface { /** * Return an array to be localize * * @since 4.8 * * @return array */ public function localize(); }
Save
Cancel