wpseo_opengraph_is_valid_image_url, $is_valid, $image[url]

wpseo_opengraph_is_valid_image_url, $is_valid, $image[url]

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_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.