trying to turn on allow_url_fopen by putting php.ini in wordpress root does not work

前端 未结 6 675
没有蜡笔的小新
没有蜡笔的小新 2020-12-06 22:00

ok so, Im building a fancy pants wordpress theme and part of the theme has php getting image widths and using those numbers to resize page elements. It works fine on my loca

6条回答
  •  春和景丽
    2020-12-06 22:36

    Using cURL will bypass the issue. Some information and details that may be helpful can be found here:

    PHP Curl And Cookies

提交回复
热议问题