🏠 Root
/
home
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
common
/
src
/
Tribe
/
REST
/
Headers
/
Editing: Headers_Interface.php
<?php /** * Class Tribe__REST__Headers__Headers_Interface * * Handles headers and header equivalent to be printed/sent in responses. */ interface Tribe__REST__Headers__Headers_Interface { /** * Prints the REST API related meta on the site. */ public function add_header(); /** * Sends the REST API related headers. */ public function send_header(); }
Save
Cancel