/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
pods
/
src
/
Pods
/
Whatsit
/
Upload File
HOME
<?php namespace Pods\Whatsit; /** * Template class. * * @since 2.8.0 */ class Template extends Legacy_Object { /** * {@inheritdoc} */ protected static $type = 'template'; }