jetpack_photon_skip_image not working any more?
-
Jeremy,
If you see this, it seems that the code you gave me before to disable photon on the Buddypress avatar crop pages doesn’t seem to work anymore.function jeherve_disable_photon_on_page( $skip, $src ) { if ( bp_is_group_admin_page( 'group-avatar' ) || bp_is_change_avatar() ) { // Skip the images return true; } return $skip; } add_filter( 'jetpack_photon_skip_image', 'jeherve_disable_photon_on_page', 10, 3 );
Now I noticed you just did something on github to address the issue. Is there a way I can use that code?
Thanks!
Charles
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘jetpack_photon_skip_image not working any more?’ is closed to new replies.