-
Hello, we are using wordpress vip hosting (hosted by automattic)
We are preparing to move to php74 and we were testing latest stable version of redux, 4.1.24
This version breaks compatibility with…
-
Recommendation from @bd-viget as a potential task for @nick-telsan either today or early next week:
**WP VIP Coding Standards**
- Make sure the WordPress VIP Coding standards are set up in his IDE …
-
On WordPress VIP some functions are restricted, there are prefixed alternatives which can be used and should provide comparable functionality.
The alternative functions are prefixed with: `wpvi…
-
`register_activation_hook` and `register_deactivation_hook` are not supported because of the way plugins are loaded on WordPress VIP using `wpcom_vip_load_plugin`.
See: https://vip.wordpress.co…
-
### Describe the bug
Using WP Snapshots with the latest VIP Go MU Plugins changes, https://github.com/Automattic/vip-go-mu-plugins/commit/51ccaa379bedb39f9f41ef7319d9ddfd87883a0c#diff-f689ded77c119b9…
-
### Submission ID
202409161812500
### Site URL
https://www.ionedigital.com/
### Submission date
16 Sep 2024
### Submitter
Francesca
### Author
XWP
### Theme
Custom
### Launched On
30 Jan …
-
Writing to database every pageload is very bad idea (especially on frontend)
To replicate:
-) Install Query Monitor
-) Load product page
-) see list of 'UPDATE' queries from QM console
Pleas…
-
Hello.
Is this something considered to be brought into core:
https://docs.wpvip.com/code-quality/querying-on-meta_value/
-
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards
https://wpvip.com/documentation/how-to-install-php-code-sniffer-for-wordpress-com-vip/
benlk updated
4 years ago
-
We should consider setting up some monitoring and tests that run regularly to make sure various elements of FeedLand are working and new releases don't break existing functionality.
Perhaps [Jest]…