Hey, this is Mahmudul,
I am trying to publish content using WordPress API so I am trying to use WordPress blocks to achieve my content style but I am unable to use HTML code in API parameters, it just worked for normal text.
here is the code I am trying to pass
`
<div class="wp-block-columns">
<div class="wp-block-column" style="flex-basis:50%">
<p>This is the content of the first column.</p>
</div>
<div class="wp-block-column" style="flex-basis:50%">
<p>This is the content of the second column.</p>
</div>
</div>
Thanks for your reply, but I am not sure how to use it, I am trying to get an HTML response from ChatGPT now my work is posting on a WordPress website using API but the problem I can’t pass the parameters in the form of HTML now If I encode the HTML response using Bubble Essentials and pass the parameter to WordPress it will post encoded data, So how could i handle this?