We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sean: I’m using the document type for a file upload, but it’s not passing through the following data from WordPress:
document
The text was updated successfully, but these errors were encountered:
Exists in WP API:
Example mime types:
See AssetField::guesser() and getMimeType()
Also see:
Sorry, something went wrong.
File type added via asset.getExtension on v0.6.5
asset.getExtension
Need to review options for creating image thumbnail, since not trivial to resolve this on the WordPress end. May be best to solve on Frontend.
See https://packagist.org/packages/spatie/pdf-to-image https://freek.dev/223-convert-a-pdf-to-an-image-using-php
No branches or pull requests
Sean: I’m using the
document
type for a file upload, but it’s not passing through the following data from WordPress:The text was updated successfully, but these errors were encountered: