max_input_vars
1000 - the max_input_vars should be bigger than 2000, otherwise it can cause incomplete saves in the menu panel in WordPress.
아래 두가지 파일 중 자신에 해당되는 파일을 수정 하면 된다.
.htaccess
php_value max_input_vars 5000
php.ini
max_input_vars = 5000
'Wordpress' 카테고리의 다른 글
PHP 활당 메모리 증가 시키기 [워드프레스] (0) | 2019.02.17 |
---|---|
워드프레스 속도 [나스 서버 사용기] (0) | 2017.11.15 |
속도 측정 사이트 [워드프레스] (0) | 2017.11.12 |
워드프레스 호스팅 사용기 (1) | 2017.11.08 |
워드프레스 사용중인 플러그인 (0) | 2017.11.08 |