spacedmonkey / wp-rest-blocks

Add gutenberg blocks data into post / page / widget REST API endpoints.

Home Page:https://wordpress.org/plugins/rest-api-blocks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordpress 6.5 Incompatibility: text and content fields are null

janus-reith opened this issue · comments

Starting with WP 6.5, the fields text and content, which I would previously rely on to render Buttons and paragraphs/headings respectively, are now returned with a value of null instead of the string with their value.
Not sure if its within the scope of this extension since looking at the code, it seems like these fields don't seem to be explicitely processed by it.

@janus-reith @olenakuzmenko I have a hotfix for this issue here #72. Can either of you take the time to test?

Thank you, that solved it!