Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Last active November 28, 2022 13:59
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 sergeykuzmich/3a7a0b36085a35565b1e5e9470ab628f to your computer and use it in GitHub Desktop.
Save sergeykuzmich/3a7a0b36085a35565b1e5e9470ab628f to your computer and use it in GitHub Desktop.
WordPress Configuration
<?php
define( 'DISALLOW_UNFILTERED_HTML', true );
define( 'ALLOW_UNFILTERED_UPLOADS', false );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment