Automattic\WooCommerce\Internal\Admin\Logging\FileV2
File::has_standard_filename
Check if the filename structure is in the expected format.
Method of the class: File{}
No Hooks.
Returns
bool.
Usage
$File = new File(); $File->has_standard_filename(): bool;
Notes
| See: parse_path(). |
File::has_standard_filename() File::has standard filename code WC 11.0.1
public function has_standard_filename(): bool {
return ! ! $this->get_hash();
}