Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
revealability
/
.tmb
/
plugins
/
advanced-custom-fields
/
src
/
Meta
:
Post.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * @package ACF * @author WP Engine * * © 2026 Advanced Custom Fields (ACF®). All rights reserved. * "ACF" is a trademark of WP Engine. * Licensed under the GNU General Public License v2 or later. * https://www.gnu.org/licenses/gpl-2.0.html */ namespace ACF\Meta; /** * A class to add support for saving to standard post meta. */ class Post extends MetaLocation { /** * The unique slug/name of the meta location. * * @var string */ public string $location_type = 'post'; }