WordPress
WordPress copied to clipboard
WordPress upstream for the Pantheon website platform. Includes a platform integration plugins and a pre-configured wp-config.php.
It would be great to completely separate site specific config from upstream / core files. wp-config.php is currently a mix of both. Context: When Pantheon customers apply upstream updates, they...
WordPress core updates should be [applied from this upstream](https://pantheon.io/docs/upstream-updates/). Therefore we should disable the WordPress dashboard notification to update WordPress core from WordPress itself as doing so can cause merge...
There are use-cases when `WP_HOME` and `WP_SITEURL` need to be derived from an alternative header other than `HTTP_HOST`. These constants are already being defined in `wp-config-pantheon.php`. Defining these constants before...
Upgrades default PHP version to 8.2. This can be overridden at the site level in `pantheon.yml` ---- https://getpantheon.atlassian.net/browse/CMSP-954
There is an example of using `pantheon_clear_edge_paths` on the [Pantheon Wordpress Cache page](https://docs.pantheon.io/guides/wordpress-configurations/wordpress-cache-plugin). It gives an example of how to clear a specific path: pantheon_clear_edge_paths(['/books-on-startups/']); However, there doesn't seem to...
Bumps [chownr](https://github.com/isaacs/chownr) from 1.1.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...
Bumps the npm_and_yarn group with 9 updates in the /wp-content/themes/twentynineteen directory: | Package | From | To | | --- | --- | --- | | [node-sass](https://github.com/sass/node-sass) | `4.9.3` |...
[FEAT-1420] WordPress Plugins Custom Cookies are not Prefixed so they don't get saved. Any Solution?
Hello, I'm a wordpress developer and found my plugins cookies are not saving because pantheon requires custom cookies to be prefixed. However, I'm not supposed to edit all plugins 1...