decoupled-json-content
decoupled-json-content copied to clipboard
They added a new class ABOVE the `SHORTINIT` conditional in `wp-settings.php`. https://github.com/WordPress/WordPress/blob/4e4e8fa110212083d2d831db0ce511a9ffd9f51f/wp-settings.php#L21 Which calls `load_default_textdomain()` https://github.com/WordPress/WordPress/blob/d48b70907171773b3eba9b670589a3f4effa4ba1/wp-includes/class-wp-fatal-error-handler.php#L41 But that function is declared in l10n.php, and that is not included until after...
Hello! Thank you for the plugin and for the Smashing Magazine article! May I ask whether you have any recommendations on how to interact with WooCommerce post types (ex. products...
This seems like a great plugin so trying to take it for a spin but getting the following error when I activate it: ``` Fatal error: Uncaught Error: Class 'Decoupled_Json_Content\Includes\Main'...
If headers aren't set, for instance ```php header( 'Access-Control-Allow-Origin: *' ); ``` The call towards the route can fail. Everywhere we handle direct file access we should add this -...
Say we create an app, and it fetches the posts/pages. It can store it in a state (Redux, MobX, using setState or what ever one chooses), or localStorage. This is...
To do: - [x] Featured images - [x] All posts listing endpoint - [x] Post tags and categories - [ ] Comments endpoint