Home / Admin / grosse Whats App Bilder
Duplicate Snippet

Embed Snippet on Your Site

grosse Whats App Bilder

Code Preview
php
<?php
// Schaltet die 2560px-Sperre für WhatsApp-Bilder ab
add_filter( 'big_image_size_threshold', '__return_false' );
// Erhöht das Upload-Limit für Videos
@ini_set( 'upload_max_filesize' , '512M' );
@ini_set( 'post_max_size', '512M' );
@ini_set( 'max_execution_time', '300' );

Comments

Add a Comment