jetpack_og_fallback_social_image_template
jetpack_og_fallback_social_image_template
Appears in: jetpack.14.9.1, jetpack.15.0
Hook Type: filter
Displaying hooks found in version: jetpack.15.0apply_filters('jetpack_og_fallback_social_image_template') is found 1 times:
- /functions.opengraph.php line 463
* @since 14.9 * * @param string $template The template to use. */ $template = apply_filters( 'jetpack_og_fallback_social_image_template', $template ); // Let's generate the image. $site_image = jetpack_og_generate_fallback_social_image( $site_image, $template ); } return $site_image;