PATH:
home
/
urbaoubp
/
gns.pitgradnja.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; }
[-] web-stories.php
[edit]
[-] jetpack-boost.php
[edit]
[-] bbpress.php
[edit]
[-] amp.php
[edit]
[-] beaverbuilder.php
[edit]
[-] woocommerce.php
[edit]
[-] debug-bar.php
[edit]
[-] creative-mail.php
[edit]
[-] 3rd-party.php
[edit]
[-] class-domain-mapping.php
[edit]
[-] atomic.php
[edit]
[-] buddypress.php
[edit]
[-] wpml.php
[edit]
[-] bitly.php
[edit]
[-] class.jetpack-amp-support.php
[edit]
[-] class-jetpack-bbpress-rest-api.php
[edit]
[-] vaultpress.php
[edit]
[+]
..
[-] wpcom-reader.php
[edit]
[-] woocommerce-services.php
[edit]
[+]
debug-bar
[-] jetpack-backup.php
[edit]
[-] qtranslate-x.php
[edit]