MimeType::isAudio(): bool In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Checks if this is an audio MIME type. Return bool True if this is an audio type. Source public function isAudio(): bool { return $this->isType('audio'); } View all references View on Trac View on GitHub Related UsesDescriptionMimeType::isType()wp-includes/php-ai-client/src/Files/ValueObjects/MimeType.phpChecks if this MIME type is a specific type. Changelog VersionDescription0.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.