File "Meta_Interface.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/Editor/Meta_Interface.php
File size: 195 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

/**
 * Interface Tribe__Editor__Meta_Interface
 *
 * @since 4.8
 */
interface Tribe__Editor__Meta_Interface {
	/**
	 * @since 4.8
	 *
	 * @return mixed
	 */
	public function register();
}