headless-cms
headless-cms copied to clipboard
❤️ A WordPress plugin that adds features to use WordPress as a headless CMS with any front-end environment using REST API
## Issue: I encountered an issue with the `get_custom_logo_url` function where a warning was triggered due to attempting to access an array offset on a boolean value. This warning occurred...
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...
Invalid src prop (https://i0.wp.com/example.com/wp-content/uploads/2023/10/sample.webp?fit=910%2C1155&ssl=1) on `next/image`, hostname "i0.wp.com" is not configured under images in your `next.config.js`
country and states endpoint does not work anymore The response: { "code": "rest_no_route", "message": "No route was found matching the URL and request method.", "data": { "status": 404 } }
Howdy, Firstly, a big thanks to Imran for all of your awesome videos, code, and hard work. I've decided to leave this here in case others are having a similar...
Could you guys kindly add option to manually create as many sidebars in the footer as we want. Apparently, I'm stuck with only two options, but would love it if...
`Warning: Trying to access array offset on value of type bool in /wp-content/plugins/headless-cms/inc/classes/api/class-header-footer-api.php on line 139` PHP 8.0, Wordpress 5.8: ```php public function get_custom_logo_url( $key ) { $custom_logo_id = get_theme_mod(...
Hi, I tried to use `JWT auth token`, `JWT refresh token` they are both worked to query or mutation. 1. `JWR refresh token` has a lifetime live, right ? I...
Bumps [ws](https://github.com/websockets/ws) from 5.2.3 to 5.2.4. Release notes Sourced from ws's releases. 5.2.4 Bug fixes Backported e55e5106 to the 5.x release line (4abd8f6d). Commits aa8fe0a [dist] 5.2.4 4abd8f6 [security] Fix...