wpseo_opengraph_image_height, $image_height, $this->presentation
wpseo_opengraph_image_height, $image_height, $this->presentation
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_opengraph_image_height, $image_height, $this->presentation') is found 1 times:
- /src/presenters/open-graph/image-presenter.php line 144
* * @param int $image_height The height of the Open Graph image. * @param Indexable_Presentation $presentation The presentation of an indexable. */ $image_height = (int) \apply_filters( 'wpseo_opengraph_image_height', $image_height, $this->presentation ); if ( ! empty( $image_height ) && $image_height > 0 ) { $image['height'] = $image_height; } else { $image['height'] = ''; }