PATH:
home
/
lab2454c
/
sothebankuab.com
/
wp-content
/
plugins
/
jetpack
/
3rd-party
<?php /** * 3rd Party Integration for BuddyPress. * * @package automattic/jetpack. */ namespace Automattic\Jetpack\Third_Party; add_filter( 'bp_core_pre_avatar_handle_upload', __NAMESPACE__ . '\blobphoto' ); /** * Adds filters for skipping photon during pre_avatar_handle_upload. * * @param bool $bool Passthrough of filter's original content. No changes made. * * @return bool */ function blobphoto( $bool ) { add_filter( 'jetpack_photon_skip_image', '__return_true' ); return $bool; }
[-] bbpress.php
[edit]
[-] class-jetpack-bbpress-rest-api.php
[edit]
[-] creative-mail.php
[edit]
[-] woocommerce-services.php
[edit]
[-] woocommerce.php
[edit]
[+]
..
[-] class-jetpack-crm-data.php
[edit]
[-] debug-bar.php
[edit]
[-] crowdsignal.php
[edit]
[-] beaverbuilder.php
[edit]
[-] class.jetpack-amp-support.php
[edit]
[-] wpml.php
[edit]
[+]
debug-bar
[-] 3rd-party.php
[edit]
[-] bitly.php
[edit]
[-] qtranslate-x.php
[edit]
[-] vaultpress.php
[edit]
[-] class-domain-mapping.php
[edit]
[-] class-jetpack-modules-overrides.php
[edit]
[-] web-stories.php
[edit]
[-] buddypress.php
[edit]