File "Configuration_Interface.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/Editor/Configuration_Interface.php
File size: 251 bytes
MIME-type: text/x-php
Charset: utf-8
<?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();
}