Problems uploading fonts into Divi?
7 Iun 2019
Since the release of WordPress 5.0, many folks have been getting a security error when trying to upload a custom font into Divi. Not to worry, you can fix this by adding one line of code to your child theme functions.php file:
define( 'ALLOW_UNFILTERED_UPLOADS', true );
If you're not using a child theme, the same code can be added to your wp-config file in cPanel.
Need help getting this to work on your site? Submit a support ticket after logging in or email [email protected].