jetpack icon indicating copy to clipboard operation
jetpack copied to clipboard

Super Cache: If Jetpack is installed, allow the site owner to choose between Jetpack mobile detection, wp_is_mobile(), or legacy system.

Open donnchawp opened this issue 2 years ago • 0 comments

Super Cache uses a very old way of detecting if a visitor is using a mobile client. The WordPress wp_is_mobile() function didn't exist when mobile support was added.

If Jetpack is installed, we should allow the site owner to choose Jetpack mobile detection or wp_is_mobile() when they enable mobile support. Jetpack mobile detection should be the default.

Look like this:

  • [ ] Mobile device support.

  • Jetpack Mobile detection
    
  • WordPress Mobile detection
    
  • Legacy WP Super Cache detection
    

The three methods would be radio boxes so only one system can be chosen.

donnchawp avatar Sep 13 '23 12:09 donnchawp