Mohammad Jangda
Mohammad Jangda
If a sanitize callback is not set, we should default to sanitize_text_field. Maybe only in contexts where unfiltered_html is not allowed.
``` wp> opendir( 'vip://wp-content/uploads/test/' ); Warning: opendir(vip://wp-content/uploads/test/): failed to open dir: "Automattic\VIP\Files\VIP_Filesystem_Stream_Wrapper::dir_opendir" call failed ```
We added a new `meta_key_value` INDEX in #445. Unfortunately, `dbDelta` only adds INDEXes, but doe not delete them. We should probably have a process that deletes the core INDEX after...
The VIP File Service has Photon capabilities, but is served from the same domain. If the Photon module is enabled, force Jetpack to use the files service instead of the...
To support the use case where a user needs to be removed from a group. Related: we should remove the cookie if the user was previously in groups but was...
We can activate Jetpack's Identity Crisis resolution for multisites as well via: ``` define( 'JETPACK_SYNC_IDC_OPTIN' , true ); ``` and then for good measure: ``` add_filter( 'jetpack_sync_idc_optin', '__return_true', PHP_INT_MAX );...
Look into making some of the API-based read-methods in `WP_FIlesystem_VIP_Uploads` faster by: - Hitting CDN paths - Using a HEAD request, where appropriate
If a `register_setting` call doesn't include a sanitization callback (3rd param), we should flag that as a blocker.
Since they are very different operations.
It would be useful if the rewrite rules page listed out all the various permastructs that WordPress is aware of like post permalink, category, tag, etc.