buddypress.php 180 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php add_filter( 'bp_core_pre_avatar_handle_upload', 'blobphoto' ); function blobphoto( $bool ) { add_filter( 'jetpack_photon_skip_image', '__return_true' ); return $bool; }