jetpack_og_default_site_image

jetpack_og_default_site_image

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.1.1

apply_filters('jetpack_og_default_site_image') is found 1 times:

  • /functions.opengraph.php line 433
    	 *     @type int    $height The height of the image.
    	 *     @type string $type   The type of the image.
    	 * }
    	 */
    	$custom_site_image = apply_filters( 'jetpack_og_default_site_image', array(), $site_image );
    	if ( ! empty( $custom_site_image['src'] ) ) {
    		return $custom_site_image;
    	}
    
    	if ( empty( $site_image['src'] ) ) {
    		// When using the default blank image, use a different template in Social Image Generator.