haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
home
/
sc1jaqa5103
/
prod.puv-editions.fr
/
wp-content
/
plugins
/
pods
/
src
/
Pods
/
Whatsit
/
Storage
/
Filename :
File.php
back
Copy
<?php namespace Pods\Whatsit\Storage; // Don't load directly. if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * File class. * * @since 2.9.0 */ class File extends Collection { /** * {@inheritdoc} */ protected static $type = 'file'; /** * @var array */ protected static $compatible_types = [ 'file' => 'file', ]; /** * {@inheritdoc} */ public function get_label() { return __( 'File', 'pods' ); } }