Automattic\WooCommerce\Api\Attributes
PublicAccess::authorize
Always grants access.
Method of the class: PublicAccess{}
No Hooks.
Returns
null. Nothing (null).
Usage
$PublicAccess = new PublicAccess(); $PublicAccess->authorize(): bool;
PublicAccess::authorize() PublicAccess::authorize code WC 10.9.4
public function authorize(): bool {
return true;
}