WordPress
WordPress copied to clipboard
WordPress upstream for the Pantheon website platform. Includes a platform integration plugins and a pre-configured wp-config.php.
Removing comment to contact support, CSE can no longer shuffle the salt keys for a WordPress site.
For a general use case where a customer wants to set a specific cache TTL for WP REST API endpoints, we add a specific field for the REST API TTL...
Example: https://github.com/johnpbloch/wordpress Which installs https://github.com/johnpbloch/wordpress-core and is requirable in composer like "johnpbloch/wordpress": "x.x.x",
Having had a lengthy and frustrating chat with support I found that the 'Standard' debugging does not work as expected within a Pantheon environment. This file should show the full...
The admin notice re: Pantheon Advanced Page Cache is printing the raw HTML of the link to `wordpress-cache-plugin`. https://github.com/pantheon-systems/WordPress/blob/default/wp-content/mu-plugins/pantheon/pantheon-page-cache.php#L211
Hello, is it possible to remove the various older themes from this repository, because if one chooses to do so on their own; for example, if you are using your...
new update to fix merge problem
https://github.com/pantheon-systems/WordPress/blob/215de666b100fc08ce3ceb26b44242c19548d004/wp-content/mu-plugins/pantheon/pantheon-page-cache.php#L278 https://github.com/pantheon-systems/WordPress/blob/215de666b100fc08ce3ceb26b44242c19548d004/wp-content/mu-plugins/pantheon/pantheon-page-cache.php#L289 Pantheon plugin is currently using `max-age` directive for setting cache duration. This is problematic when configuring long TTL, for example in combination with Pantheon Advanced Page Cache plugin....
`wp-config.php` and `wp-content/mu-plugins/pantheon` should adhere to WordPress coding standards. An automated test should also run on every pull request. Related: #179