/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
pods
/
src
/
Pods
/
REST
/
Interfaces
/
Upload File
HOME
<?php namespace Pods\REST\Interfaces; /** * Interface Post_Repository * * @since 2.8.0 */ interface Post_Repository { // Nothing here yet. }