WordPressのアップロードファイルの容量上限を上げる方法


htaccess

# ファイルアップロード容量
php_value memory_limit 50M
php_value post_max_size 50M
php_value upload_max_filesize 50M