jetpack_static_url, set_url_scheme( https://en.wordpress.com/i/logo/white-gray-80.png

jetpack_static_url, set_url_scheme( https://en.wordpress.com/i/logo/white-gray-80.png

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_static_url, set_url_scheme( https://en.wordpress.com/i/logo/white-gray-80.png') is found 1 times:

  • /modules/widgets/top-posts.php line 349
    		if ( 'text' !== $display ) {
    			$get_image_options = array(
    				'fallback_to_avatars' => true,
    				/** This filter is documented in modules/stats.php */
    				'gravatar_default'    => apply_filters( 'jetpack_static_url', set_url_scheme( 'https://en.wordpress.com/i/logo/white-gray-80.png' ) ),
    				'avatar_size'         => 40,
    				'width'               => null,
    				'height'              => null,
    			);
    			if ( 'grid' === $display ) {
    				$get_image_options['avatar_size'] = 200;