wpseo_twitter_image_size, full
wpseo_twitter_image_size, full
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_twitter_image_size, full') is found 1 times:
- /src/helpers/twitter/image-helper.php line 41
* Filter: 'wpseo_twitter_image_size' - Allow changing the Twitter Card image size. * * @param string $featured_img Image size string. */ return (string) \apply_filters( 'wpseo_twitter_image_size', 'full' ); } /** * Retrieves an image url by its id. * * @param int $image_id The image id.