-
phpcs: WordPress.VIP.CronInterval.cron_schedules_interval: Scheduling crons at 300 sec ( less than 15 min ) is prohibited.
https://github.com/pelmered/wp-pjax/blob/b9f4abfc38a768b7b17fe392d89fd59c2efb…
-
Following is the output I get:
```
Run rtCamp/action-phpcs-code-review@v2
with:
args: WordPressVIPMinimum, WordPress-VIP-Go
env:
GH_BOT_TOKEN: ***
SKIP_FOLDERS: tests,.github
…
-
We typically don't have any errors that are below 5 (with 5 being the default severity level).
https://github.com/Automattic/VIP-Coding-Standards/blob/60ad148168258afccd05ff0429d53a7e810270a5/WordP…
-
I have a site up and running at diff.wikimedia.org. We're using PublishPress and ideally an OAuth plugin to let folks use their existing Wikimedia accounts. Long and short, that's not working and rath…
-
I’m not 100% sure whether this issue I’m having needs fixing in playground or Gutenberg.
I’m trying to get my [Media Experiments](https://github.com/swissspidy/media-experiments) plugin running in …
-
I have some code like so:
```
$data['host'] = isset( $_SERVER['HTTP_HOST'] ) ? rawurlencode( sanitize_text_field( wp_unslash( $_SERVER['HTTP_HOST'] ) ) ) : ''; // input var ok
```
@mjangda informs…
-
We were seeing thousands of the following error on a WordPress VIP client's site:
Warning: implode(): Argument must be an array in /expiring-posts/expiring-posts.php on line 91
The PR https://gith…
-
I'm a little puzzled why `wp-content` has been nested inside a `source` folder. This implies that there will be a `build` folder similar to how core works but that's not the case.
I'm mindful that …
tomjn updated
2 years ago
-
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…
-
Related:
* #292
SharedArrayBuffer is required for things like ffmpeg.wasm and wasm-vips and for this [cross-origin isolation](https://web.dev/articles/cross-origin-isolation-guide) is needed.
…