-
In some testing related to the upcoming cookie changes in Chrome (poqVs-nT1-p2), I discovered that the `/my-plan/` page seems to be busted for VIP sites. The page fails to load with the error `TypeErr…
-
## What problem would the enhancement address for VIP?
Because the contents of `/wp-content/plugins` and `/wp-content/themes` are setup as `read-only` directories on the VIP Go platform, ad…
-
Both VIPCS rulesets currently use the following external sniffs:
```
Generic (5 sniffs)
------------------
Generic.NamingConventions.ConstructorName
Generic.PHP.DisallowShortOpenTag
Generi…
jrfnl updated
4 years ago
-
The composer package for WordPress Core is using the `dev-master` tag which means one could be running an alpha release version of WP on their local.
Should we include instructions on how to chang…
-
Do S3-Uploads support buddypress profile picture and cover picture upload?
As you know buddypress dont save profile picture and cover picture information or url in database like wordpress attachmen…
xianx updated
6 years ago
-
#### Rule:
A number of functions are forbidden for use in a theme.
Current list:
- [`eval()`](http://php.net/eval)
- [`ini_set()`](http://php.net/ini_set)
- [`popen()`](http://php.net/popen)
- [`pro…
jrfnl updated
5 years ago
-
terminal output:
==> default: Config value "default_standard" updated successfully; old value was "WordPress-Core"
==> default: The installed coding standards are MySource, PEAR, PHPCS, PSR1, PSR2…
-
The current approach to allowing critical core blocks is via a hardcoded map. There is a way to access the allowedBlocks property in the innerBlocks using the following command:
`wp.data.select( 'cor…
-
Add sniff to check that any call to `wp_redirect()` and `wp_safe_redirect()` is followed by a call to `die()`, `exit` or `wp_die()`.
The call is allowed to be conditional.
```php
wp_redirect( $…
jrfnl updated
2 years ago
-
### Quick summary
Inside the Jetpack Cloud search, sub-sites inside multi-sites will also show up. If the subsites contain a forward slash (e.g., `/uk`) then they can't be accessed. For example, th…