🏠 Root
/
home
/
a
/
r
/
t
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
common
/
src
/
Tribe
/
REST
/
Editing: Post_Repository_Interface.php
<?php interface Tribe__REST__Post_Repository_Interface { /** * Retrieves an array representation of the post. * * @param int $id The post ID. * * @return array An array representation of the post. */ public function get_data( $id ); }
Save
Cancel