This is unnecessary, WordPress already provides the fully rendered HTML content in REST responses with the shortcodes already processed and turned into HTML. Inside the object the API responds with is a content
field that has a rendered
sub-field containing what you want. Use that instead of the raw unprocessed version.
Related Posts:
- Third-Party API – PHP Fatal Errors Paired with http_request_failed / cURL error 28
- Using API to generate short link
- creating shortcode to pull json array
- How to handle shortcodes when using the JSON API
- Preserve shortcode content formatting
- How to add AJAX in a custom PHP function using Google sheets API
- Gutenberg Block with Select from JSON-File
- WordPress Shortcode / Only works in classic editor, gutenberg error / invalid json response
- jQuery Tabs in Shortcode API
- pass complex json as shortcode parameter
- Need help in setting up a transient using API Key and if possible updating it in the ACF field
- create shortcode that changes url endpoint
- WordPress plugin shortcodes not outputting anything
- Send data to 3rd party api with wp_remote_post on wp_login
- how to have the gallery shortcode output one single UL list instead of several DL?
- Stray closing paragraph tag when using shortcodes
- WordPress transients for a shortcode
- Get post id shortcode
- How to handle valueless attributes in shortcodes?
- How execute shortcode with javascript
- The result of a shortcode appear BEFORE page content
- Getting the count of a shortcode that is nested
- How to render complicated shortcodes
- My shortcode is not working in Contact Form 7 Message Body
- How to make this shortcode work for post content
- Get Shortcode Attributes
- How I make a shortcode for this code?
- Shortcode doesn’t work with classes
- Get shortcode from the content and display it in other place (in sidebar, for example)
- Adding shortcode to the main menu
- Inserting PHP inside do_shortcode
- Executing a shortcode from a “normal” text/hyperlink
- Two different inner shortcode under shortcodes or multiple nesting of inner shortcodes
- Extra paragraph tags in an enclosing shortcode
- Order Woocommerce Products by Latest Reviewed
- Create a shortcode that creates a form for users to edit their information
- How to split text text text into array
- WordPress Vue Js Shortcodes
- Shortcode multiple values
- How do you stop a shortcode from firing in the editor?
- Documentation for adding a tinyMCE view for visual live preview of custom shortcode?
- How can I implement shortcode on click event
- Gravity forms – get shortcode attribute from post content
- Login form from shortcode doesn’t redirect after successful login
- Getting the count of a shortcode that is nested
- do_shortcode via ajax
- How to list users by custom field?
- Form Shortcode not saving data to WP database
- Pass data back to TinyMCE from Thickbox
- Gutenberg Shortcode Fail
- How to add “get_theme_mod” inside a shortcode?
- How to create shortcode to display perticular word from page title
- Echo HTML in custom shortcode
- How do I make a shortcode?
- Echoing Shortcode content inside the loop
- How can I collect and output all attributes of all executed ShortCodes?
- Short code inside the page not working in WordPress
- Add inline style to pages where shortcode was used
- Basic custom Shortcode not working
- Theme Icons not visible on http://domain.com, works on http://ipaddress
- Add variable in between do_shortcode
- How to pass an array as attribute of shortcode to work properly shortcode parser?
- How to add site tags in alphabetical order to shortcode?
- WordPress post shortcode pagination not working
- Using shortcodes in the Site Title
- How to Display Shortcode’s Content after Short Product Description?
- Variable inside shortcode or shortcode inside shortcode
- From a shortcode I want to pass a value to display a different page
- How to use code in an editor block?
- return an array with a shortcode
- Hide password protected dynamic content in templates via shortcode
- Shortcode callback not called
- PHP not outputting the onclick in anchor tag
- Can we add a single caption to the gallery shortcode?
- shortcode atts not working
- Shortcode Attribute contains clone of all shortcode attributes
- How to echo an array returned by a function
- Custom Login in Shortcode got error
- Creating custom shortcode
- What is short code for following?
- Created a shortcode, using it twice (but differently) on a page but its just outputting the same one twice
- Access Shortcode in ajax code?
- Automate post creation in wordpress
- WordPress Not rendering short code properly?
- Initialize add_action() for every copy of a specific shortcode
- How to print [embed] code in wordpress [duplicate]
- Shortcodes that are created based on user input information
- Remove some tags from shortcodes output? Trying to fix autop
- do_shortcode & render custom field won’t work
- How to attach sidebar to shortcode’s output?
- Shortcode append to the the_content()
- How to call shortcode on button click
- How can you alter the name of attributes in a shortcode?
- Wrapping a function in html tag and return?
- get_body_params() is always empty in POST request
- I have the query code but not the shortcode
- wordpress how to sort posts on custom data with plug-in “Search & Filter”
- cURL External API request displays content above other content on page
- How to reuse php templates as shortcodes?
- Programmatically creating posts based on external JSON feed (asynchronously)