Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
google-listings-and-ads
/
src
/
API
/
Site
/
Controllers
:
EmptySchemaPropertiesTrait.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\API\Site\Controllers; /** * Trait EmptySchemaPropertiesTrait * * @package Automattic\WooCommerce\GoogleListingsAndAds\API\Site\Controllers */ trait EmptySchemaPropertiesTrait { /** * Get the item schema properties for the controller. * * @return array */ protected function get_schema_properties(): array { return []; } }