jetpack_open_graph_image_width, 200

jetpack_open_graph_image_width, 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_width, 200') is found 1 times:

  • /functions.opengraph.php line 59
    	 * @since 2.0.0
    	 *
    	 * @param int 200 Minimum image width used in Jetpack Open Graph Meta Tags.
    	 */
    	$image_width = absint( apply_filters( 'jetpack_open_graph_image_width', 200 ) );
    	/**
    	 * Filter the minimum height of the images used in Jetpack Open Graph Meta Tags.
    	 *
    	 * @module sharedaddy, publicize
    	 *
    	 * @since 2.0.0