wpseo_opengraph_is_valid_image_url, $is_valid, $image[url]
wpseo_opengraph_is_valid_image_url, $is_valid, $image[url]
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_opengraph_is_valid_image_url, $is_valid, $image[url]') is found 1 times:
- /src/helpers/open-graph/image-helper.php line 66
* * @param bool $is_valid Current validation result. * @param string $url The image url to validate. */ return (bool) \apply_filters( 'wpseo_opengraph_is_valid_image_url', $is_valid, $image['url'] ); } /** * Retrieves the overridden image size value. * * @return string|null The image size when overriden by filter or null when not.