Skip to content

Instantly share code, notes, and snippets.

@emersonbroga
Created November 19, 2018 02:32
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 emersonbroga/cedf44f92952a154a5abdf0ed40f27cf to your computer and use it in GitHub Desktop.
Save emersonbroga/cedf44f92952a154a5abdf0ed40f27cf to your computer and use it in GitHub Desktop.
<?php
$path = dirname(__FILE__) . '/wp-content/uploads/';
$isWriteable = is_writeable($path);
die($path . ' is writeable: ' . $isWriteable);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment