Skip to content

Instantly share code, notes, and snippets.

@httpstersk
Created February 4, 2019 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save httpstersk/e2b9aa571b7a2d13c025d8538dd3995b to your computer and use it in GitHub Desktop.
Save httpstersk/e2b9aa571b7a2d13c025d8538dd3995b to your computer and use it in GitHub Desktop.
➋×➓ Check if a logged-in user can upload files
const { select } = wp.data;
const { hasUploadPermissions } = select( 'core' );
const canUpload = hasUploadPermissions();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment