-
# Details
- Target Audience: A junior developer, project manager or owner at a small agency which is still using the classic theme because it has its own theme template.
- Topic description: Co…
-
WordPress 6.1 added caching to `get_page_by_path`. As such we have deprecated the VIP specific use of the `wpcom_vip_get_page_by_path` helper function:
- https://github.com/Automattic/vip-go-mu-plugi…
-
There is code and documentation which points to a [protocol-relative URL](https://www.paulirish.com/2010/the-protocol-relative-url/):
```html
```
Here, the `src` attribute is missing the prot…
-
With all sites migrated to Go, I think we can deprecate https://github.com/Automattic/VIP-Coding-Standards/blob/develop/WordPressVIPMinimum/ruleset.xml and use https://github.com/Automattic/VIP-Coding…
-
## Bug Report
When using commands such as `wp option update siteurl` on a multisite, passing a `--url` parameter of a non-existent domain or subdomain will return an error. But passing a `--url` pa…
-
### Impacted plugin
Jetpack
### What
Prevent WordPress.com Notice in Editor when no Jetpack connection is present
### How
When an editor with `edit_posts` permissions is logged in but has not con…
-
I've asked for clarification from WPVIP on this but haven't received it yet. This is what I got from ChatGPT.
---
## WordPress VIP Activation and Deactivation Callbacks
**WordPress VIP** (oft…
-
This is new in 1.0... An array with a key of "exclude" will trigger:
`WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude`
> Using exclusionary parameters, like exclude, in calls to ge…
-
When you [try to use the Plausible WordPress plugin on the WordPress playground](https://playground.wordpress.net/?plugin=plausible-analytics), you get the following fatal error:
> Fatal error: Unc…
-
### Description
Since WordPress 6.1, certain WordPress uncached functions are cached now, ex.: `get_page_by_path`. VIP ruleset has suggestions for their versions, ex.: `wpcom_vip_get_page_by_path`,…