开发者 | nutttaro |
---|---|
更新时间 | 2024年4月4日 18:00 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.5 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
video-player-for-wpbakery.zip
to the install plugin pageAdd code below in theme’s functions.php
file or wp-config.php
file
@ini_set( 'upload_max_size' , '64M' );
@ini_set( 'post_max_size', '64M');
or add code below in .htaccess
file
php_value upload_max_filesize 64M
php_value post_max_size 64M