wpseo_opengraph_image_size, null

wpseo_opengraph_image_size, null

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_opengraph_image_size, null') is found 1 times:

  • /src/helpers/open-graph/image-helper.php line 89
    		 * within our own logic.
    		 *
    		 * @param string|false $size Size string.
    		 */
    		return \apply_filters( 'wpseo_opengraph_image_size', null );
    	}
    
    	/**
    	 * Retrieves the image data by a given attachment id.
    	 *
    	 * @param int $attachment_id The attachment id.