eregiはphp7.0で削除されています。
phpのバージョンアップをした場合は、それが原因の可能性が高いです。
preg_matchを代わりに使ってください。
1 |
PHP Fatal error: Uncaught Error: Call to undefined function eregi() in /home/ubuntu/public/navi/wp-content/plugins/statpress/statpress.php:1184 |
eregiはphp7.0で削除されています。
phpのバージョンアップをした場合は、それが原因の可能性が高いです。
preg_matchを代わりに使ってください。
1 |
PHP Fatal error: Uncaught Error: Call to undefined function eregi() in /home/ubuntu/public/navi/wp-content/plugins/statpress/statpress.php:1184 |