最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

mysql - update_option returns false in AJAX, how to debug?

programmeradmin1浏览0评论

I tried debug plugins for WordPress, but they only show the current page SQL queries. How to debug if update_option returns false?

I am updating an object decoded from AJAX request with json_decode although I doubt it has anything to do with it.

I tried debug plugins for WordPress, but they only show the current page SQL queries. How to debug if update_option returns false?

I am updating an object decoded from AJAX request with json_decode although I doubt it has anything to do with it.

Share Improve this question edited Jan 13, 2019 at 22:20 butlerblog 5,1313 gold badges28 silver badges44 bronze badges asked Jan 13, 2019 at 16:10 AurimasAurimas 1013 bronze badges 2
  • 3 it would be helpful to see code, something we can test, or anything.... – Milo Commented Jan 13, 2019 at 16:18
  • 1 Can you add the code where you register your ajax request handlers, the ajax function code and also the script where you actually call the action function. – Cyclonecode Commented Jan 13, 2019 at 17:49
Add a comment  | 

1 Answer 1

Reset to default 0

I found out that my settings where filtered by validation function registered by register_setting. Somehow I thought that it would only affect settings that where going through wordpress's own settings fields and not a custom AJAX function (the way I have it setup).

To the point of the question: I used php exit to debug the AJAX. update_option returned false because the options fields where the same after validation (I was missing out one particular setting)

发布评论

评论列表(0)

  1. 暂无评论