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