🏠 Root
/
home
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
common
/
src
/
Tribe
/
Editor
/
Editing: Meta_Interface.php
<?php /** * Interface Tribe__Editor__Meta_Interface * * @since 4.8 */ interface Tribe__Editor__Meta_Interface { /** * @since 4.8 * * @return mixed */ public function register(); }
Save
Cancel