Skip to content

Instantly share code, notes, and snippets.

@mateusneves
Created December 11, 2014 19:55
Show Gist options
  • Save mateusneves/8d7651015f4f063894fc to your computer and use it in GitHub Desktop.
Save mateusneves/8d7651015f4f063894fc to your computer and use it in GitHub Desktop.
Fix WordPress Upload Error
// ===================================================
// Dont use Years folder for uploads
// ===================================================
add_filter( 'option_uploads_use_yearmonth_folders', '__return_false', 100 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment