Make WordPress Core

Changes between Version 4 and Version 5 of Ticket #56483, comment 2


Ignore:
Timestamp:
09/04/2022 05:56:46 AM (4 years ago)
Author:
anna.bansaghi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56483, comment 2

    v4 v5  
    1 Hi, I was able to reproduce the response having `null` with your workflow, but do not know if the cause is the same as in your case. I have misspelled a keyword which was defined with `pattern` in the input meta. Would you mind sharing your input meta here?
     1Hi, I was able to reproduce the response having `null` with your workflow, but do not know if the cause is the same as in your case. I have misspelled a key which was defined with `pattern` in the input meta. Would you mind sharing your input meta here?
    22
    33
     
    77
    88
    9 So my next try was using `REST API` instead of `add_post_meta()`, and the response immediately was an error message with detailed information about the misspelled keyword. It was not possible to create an invalid meta at the first place!
     9So my next try was using `REST API` instead of `add_post_meta()`, and the response immediately was an error message with detailed information about the misspelled key. It was not possible to create an invalid meta at the first place!
    1010
    1111As I said before, it is possible that your issue is caused by something else! It would be nice :