Кемеровские программисты php общаются здесь
-
Anonymous
Ошибка пути каталога WordPress с plugin_dir_path
Сообщение
Anonymous »
Код: Выделить всё
error_log('--> plugin_dir_path ' . plugin_dir_path('/includes/phpspreadsheet-3.7.0/src/'));
error_log('--> plugin_dir_path 2 ' . plugin_dir_path('/includes/phpspreadsheet-3.7.0/src/src'));
< /code>
Результаты журналов выше: < /p>
[07-Jan-2025 11:15:00 UTC] --> plugin_dir_path /includes/phpspreadsheet-3.7.0/
[07-Jan-2025 11:15:00 UTC] --> plugin_dir_path 2 /includes/phpspreadsheet-3.7.0/src/
Почему он убирает 'src'?
Я не ожидал>
Подробнее здесь:
https://stackoverflow.com/questions/793 ... n-dir-path
1754074699
Anonymous
[code]error_log('--> plugin_dir_path ' . plugin_dir_path('/includes/phpspreadsheet-3.7.0/src/'));
error_log('--> plugin_dir_path 2 ' . plugin_dir_path('/includes/phpspreadsheet-3.7.0/src/src'));
< /code>
Результаты журналов выше: < /p>
[07-Jan-2025 11:15:00 UTC] --> plugin_dir_path /includes/phpspreadsheet-3.7.0/
[07-Jan-2025 11:15:00 UTC] --> plugin_dir_path 2 /includes/phpspreadsheet-3.7.0/src/
[/code]
Почему он убирает 'src'?
Я не ожидал>
Подробнее здесь: [url]https://stackoverflow.com/questions/79335916/wordpress-directory-path-bug-with-plugin-dir-path[/url]