jetpack_og_default_site_image, array(
jetpack_og_default_site_image, array(
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_og_default_site_image, array(') is found 1 times:
- /functions.opengraph.php line 435
* @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.