jetpack_open_graph_image_height, 200

jetpack_open_graph_image_height, 200

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_open_graph_image_height, 200') is found 1 times:

  • /functions.opengraph.php line 69
    	 * @since 2.0.0
    	 *
    	 * @param int 200 Minimum image height used in Jetpack Open Graph Meta Tags.
    	 */
    	$image_height       = absint( apply_filters( 'jetpack_open_graph_image_height', 200 ) );
    	$description_length = 197;
    
    	if ( is_home() || is_front_page() ) {
    		$site_type              = Jetpack_Options::get_option_and_ensure_autoload( 'open_graph_protocol_site_type', '' );
    		$tags['og:type']        = ! empty( $site_type ) ? $site_type : 'website';
    		$tags['og:title']       = get_bloginfo( 'name' );