📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 07:15:06
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
Api
/
Attributes
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/woocommerce/src/Api/Attributes
🔄 Refresh
✏️
Editing: PublicAccess.php
Writable
<?php declare(strict_types=1); namespace Automattic\WooCommerce\Api\Attributes; use Attribute; /** * Marks a query or mutation as publicly accessible without authentication. * * When present, the generated resolver skips all capability checks, allowing * any user (including unauthenticated visitors) to execute the operation. * * Mutually exclusive with #[RequiredCapability] on the same class. */ #[Attribute( Attribute::TARGET_CLASS )] final class PublicAccess { }
💾 Save Changes
❌ Cancel